rakutentech / android-buildconfig

Shared (gradle) build configurations for Android and Java libraries
MIT License
21 stars 26 forks source link

quality(pmd) exculde `AvoidFieldNameMatchingMethodName` rule by default. #13

Closed superbgv closed 6 years ago

superbgv commented 6 years ago

Exclude AvoidFieldNameMatchingMethodName rule from pmd rule set to avoid unnecessary errors as there is nothing mentioned in google style about getters and setters.