Skip to content
Snippets Groups Projects
Commit f3afe107 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

adjust checkstyle rules for intellij idea

parent a3d77ad7
No related branches found
No related tags found
3 merge requests!1713New endpoint for listing projects,!1711Merge 17.0.2 into 17.1,!1710Resolve "ORCID user should inherit access privs from anonymous"
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/> value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module> </module>
<module name="JavadocMethod"> <module name="JavadocMethod">
<property name="scope" value="public"/> <!-- <property name="scope" value="public"/> -->
<property name="allowMissingParamTags" value="true"/> <property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/> <property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/> <property name="allowedAnnotations" value="Override, Test"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment