Merge branch 'pr-1542'

This commit is contained in:
Andreas Dangel
2018-12-22 23:38:31 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,8 @@ This is a {{ site.pmd.release_type }} release.
### Fixed Issues
* apex
* [#1542](https://github.com/pmd/pmd/pull/1542): \[apex] Include the documentation category
* java-bestpractices
* [#658](https://github.com/pmd/pmd/issues/658): \[java] OneDeclarationPerLine: False positive for loops
* [#1518](https://github.com/pmd/pmd/issues/1518): \[java] New rule: AvoidReassigningLoopVariable

View File

@ -6,6 +6,7 @@ rulesets.filenames=\
category/apex/bestpractices.xml,\
category/apex/codestyle.xml,\
category/apex/design.xml,\
category/apex/documentation.xml,\
category/apex/errorprone.xml,\
category/apex/performance.xml,\
category/apex/security.xml