Disbaled publicMethodCommentRequirement rule

This commit is contained in:
Richard Cordovano 2018-03-12 16:03:19 -04:00
parent 36d4414389
commit d99dc9c489

View File

@ -57,6 +57,8 @@
<properties>
<!-- Disabled because we have lots of undocumented fields -->
<property name="fieldCommentRequirement" value="Unwanted"/>
<!-- Disabled because we don't require comments on overrides of public fields -->
<property name="publicMethodCommentRequirement" value="Unwanted"/>
</properties>
</rule>
<!-- Commented out because it was flagged some of our header / copyright comments