We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27599ca commit 0630ffaCopy full SHA for 0630ffa
config/checkstyle/checkstyle.xml
@@ -82,9 +82,7 @@
82
<module name="MethodTypeParameterName"/>
83
<module name="MissingCtor"/>
84
<module name="MissingDeprecated"/>
85
- <module name="MissingJavadocMethod">
86
- <property name="minLineCount" value="1"/>
87
- </module>
+ <module name="MissingJavadocMethod"/>
88
<module name="MissingOverride"/>
89
<module name="MissingSwitchDefault"/>
90
<module name="ModifiedControlVariable"/>
0 commit comments