34 lines
684 B
Text
34 lines
684 B
Text
CHANGELOG
|
|
=========
|
|
|
|
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
|