Skip to content

Releases: startupheroes/startupheroes-checkstyle

v1.0.10

18 Dec 08:42
Compare
Choose a tag to compare

Changes

  • Upgrade Checkstyle v7.4
  • Change license to Apache 2.0
  • Remove springframework dependeny
  • Remove mandatory variable 'lastUpdatedAt'
  • Remove abstract classes for variable name check
  • Remove redundant multiple annotation check for 'Id' and 'Column'

v1.0.9

18 Dec 09:03
Compare
Choose a tag to compare

Changes

  • Upgrade Checkstyle v7.3
  • Upgrade Sonar Plugin api v6.1
  • Add template rules to sonar by multiple cardinality

v1.0.8

18 Dec 11:39
Compare
Choose a tag to compare

Changes

  • Skip Suppress Filters for sonar
  • Fix sonar checkstyle repository key
  • Add sonar rule tags
  • Change line length as 120

v1.0.6

18 Dec 11:46
Compare
Choose a tag to compare

Changes

  • Add Sonar checkstyle plugin
  • Change project package and module naming
  • Fix guava version errors
  • Add new rule 'EntityEqualsHashCodeCheck'
  • Add sonar rules file generator plugin
  • Fix xml external dtd loading error
  • Fix Sonar multiple rule key problem
  • Add release plugin conf

v1.0.5

18 Dec 11:48
Compare
Choose a tag to compare

Changes

No any changes

v1.0.4

18 Dec 12:01
Compare
Choose a tag to compare

Changes

  • Remove hide utility class constructor check
  • Add static control for variables
  • Add abstract entity checks
  • Add abstract entity modifier check
  • Add abstract entity name check
  • Extend "ignored" variable for empty catch block check
  • Add condition for magic number and visibility modifier checks

v1.0.3

18 Dec 12:06
Compare
Choose a tag to compare

Changes

  • Add suppress filter
  • Change line check size
  • Add id condition for entity equals hashcode check
  • Add variable control for entity toString check
  • Add extended class control for entity mandatory variable check
  • Add scope control for logger order check
  • Customize Hide utility class constructor check

v1.0.2

18 Dec 12:16
Compare
Choose a tag to compare

Changes

No any changes

v1.0.1

18 Dec 12:16
Compare
Choose a tag to compare

Changes

No any changes

v1.0.0

18 Dec 12:12
Compare
Choose a tag to compare

Changes

  • Start project
  • Add gitignore and Read.me files
  • Add checkstyle rules