kemitix-pmd-ruleset/CHANGELOG

40 lines
746 B
Text
Raw Normal View History

2018-02-20 20:58:21 +00:00
CHANGELOG
=========
2018-10-09 22:20:52 +01:00
0.4.1
-----
* Bump kemitix-parent from 5.1.1 to 5.2.0 (#10)
2018-09-03 09:08:37 +01:00
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
2018-07-07 12:20:35 +01:00
0.3.0
-----
* Upgrade `kemitix-parent` to 5.1.1
* Remove unused tiles
* Disable PMD check `LawOfDemeter` due to Java Streams giving false positives
2018-03-07 20:09:42 +00:00
0.2.1
-----
2018-03-07 20:10:02 +00:00
* Upgrade `kemitix-parent` to 5.1.0
2018-03-07 19:15:51 +00:00
0.2.0
-----
* Disable `CommentSize` - didn't agree with MIT License headers
* Relaxed `AvoidDuplicateLiterals.maxDuplicateLiterals` - value is when to fail, not the max allowed
2018-02-20 20:58:21 +00:00
0.1.0
-----
* Initial release