Skip to content

Commit

Permalink
Fix Checkstyle ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 14, 2020
1 parent 9e42ba8 commit 9125a50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/checkstyle/checkstyle.xml
Expand Up @@ -96,9 +96,7 @@
<property name="scope" value="package"/>
<property name="authorFormat" value=".+\s.+"/>
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck">
<property name="allowMissingJavadoc" value="true" />
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck"/>
<module name="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck">
<property name="scope" value="public"/>
</module>
Expand Down

0 comments on commit 9125a50

Please sign in to comment.