disable CommentSize rule
It didn't work with the MIT Licence.
This commit is contained in:
parent
0ca9675a55
commit
85f6932b35
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ http://pmd.sourceforge.net/ruleset/2.0.0 ">
|
||||||
<!-- only public and protected methods are required -->
|
<!-- only public and protected methods are required -->
|
||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="category/java/documentation.xml/CommentSize"/>
|
<!--<rule ref="category/java/documentation.xml/CommentSize"/> - doesn't ignore headers, e.g. MIT License -->
|
||||||
<rule ref="category/java/documentation.xml/UncommentedEmptyConstructor"/>
|
<rule ref="category/java/documentation.xml/UncommentedEmptyConstructor"/>
|
||||||
<rule ref="category/java/documentation.xml/UncommentedEmptyMethodBody"/>
|
<rule ref="category/java/documentation.xml/UncommentedEmptyMethodBody"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue