kemitix-pmd-ruleset/CHANGELOG
2018-10-09 22:20:52 +01:00

39 lines
746 B
Text

CHANGELOG
=========
0.4.1
-----
* Bump kemitix-parent from 5.1.1 to 5.2.0 (#10)
0.4.0
-----
* Requires PMD 6.7.0
* The new Java rule FieldNamingConventions (java-codestyle)
* The new Java rule LinguisticNaming (java-codestyle)
* Remove deprecated rule VariableNamingConventions
* Remove deprecated rule SuspiciousConstantFieldName
0.3.0
-----
* Upgrade `kemitix-parent` to 5.1.1
* Remove unused tiles
* Disable PMD check `LawOfDemeter` due to Java Streams giving false positives
0.2.1
-----
* Upgrade `kemitix-parent` to 5.1.0
0.2.0
-----
* Disable `CommentSize` - didn't agree with MIT License headers
* Relaxed `AvoidDuplicateLiterals.maxDuplicateLiterals` - value is when to fail, not the max allowed
0.1.0
-----
* Initial release