Skip to content

haxe-checkstyle v2.4.0

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 02 Jun 17:21
· 184 commits to dev since this release
ddb030f
  • New check ExtendedEmptyLines #426 + #427
  • Added check's names to text output #420
  • Added version number to configuration file #422
  • Added ranges to exclude configuration, fixes #120 (#424)
  • Fixed handling of relative paths when using extendsConfigPath #420
  • Fixed detection of absolute paths when using extendsConfigPath #422
  • Fixed reported position of Indentation check #421
  • Fixed Haxe 4 compilation and reenabled Travis CI development build #423 + #425
  • Fixed Codeclimate reporter output for C++ target #428
  • Fixed segmentation fault when checking zero length files #428
  • Improved if / else detection of RightCurly check #421
  • Improved support for eval target and Haxe 4 #423
  • Refactored configuration parser #420
  • Refactored check exclusion handling #424
  • Refactored comment placement in token tree #429
  • Cleanup checkstyle.json #427