Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Releases: viskan/checkstyle-configuration

v6

10 Apr 15:42
Compare
Choose a tag to compare
  • Update rules to conform with Checkstyle version 8.18
    • Added rules to allow empty lambda expressions and empty types.
    • Changed SuppressionCommentFilter to SuppressWithPlainTextCommentFilter
    • Allowed to extend illegal classes
    • Removed FileContentHolder as it is no longer needed
    • Removed maxLineLength of LeftCurlyCheck as it has been removed
  • Fixed company name in POM

v5

21 Nov 17:02
Compare
Choose a tag to compare
v5

Various improvements

  • #3 Brackets followed/preceded by empty line
  • #5 Space before paranthesis in conditionals

v4

02 Aug 10:23
Compare
Choose a tag to compare
v4

Minor improvements:

  • #1 Warn if indentations are not 4 spaces
  • #2 Don't allow empty Javadoc on class or interface level

v3

28 Jun 13:33
Compare
Choose a tag to compare
v3

Released to Maven Central.

v2

30 May 11:58
Compare
Choose a tag to compare
v2

Initial release.