- updated tokentree and checkstyle libs
- fixed severity levels of diagnostics not matching checkstyle severity #20
- updated haxeparser, tokentree and checkstyle libs to support inline markup
- added code action for CommentedOutCode
- fixed compatibility issue with latest vshaxe #18
- updated haxe-checkstyle to 2.8.0
- updated haxe-checkstyle to 2.7.0
- removed unnecessary debug output to the dev console
- updated haxe-checkstyle to 2.6.1
- added code actions for
Final
andModifierOrder
checks
- updated haxe-checkstyle to 2.6.0
- added
"haxecheckstyle.codeSimilarityBufferSize"
setting to limit CodeSimilarity buffer size (defaults to: 100)
- updated haxe-checkstyle to 2.5.0
- changed to an empty default config (so a
checkstyle.json
is now always needed) - use tokentree in relaxed mode, tolerating some parser errors
- updated haxe-checkstyle to 2.4.2
- allow
checkstyle.json
in subfolders to take precedence for files within that folder structure - use configuration parser in relaxed mode, tolerating unknown properties
- fixed an error on extension startup
- initial release with haxe-checkstyle 2.4.1