disable CommentSize rule

It didn't work with the MIT Licence.
This commit is contained in:
Paul Campbell 2018-03-07 18:14:03 +00:00
parent 0ca9675a55
commit 85f6932b35

View file

@ -202,7 +202,7 @@ http://pmd.sourceforge.net/ruleset/2.0.0 ">
<!-- only public and protected methods are required -->
</properties>
</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/UncommentedEmptyMethodBody"/>