Skip to content

v0.9.5

Compare
Choose a tag to compare
@denewiler denewiler released this 29 Feb 19:13
· 134 commits to main since this release
a56ae69

Added

  • Allow short flag names. (#489, @qdang922)
    • --output-directory supports -o
    • --user-paths supports -u
  • Add usage examples for reporting plugins to README. (#491, @m0g3ns)
  • Install lark as test dependency.
  • Process all files at once for groovylint tool plugin. (#493)
    • Similar addition as in v0.9.3.

Fixed

  • Updates for new tool versions. (#493)
    • Latest versions: black (24.1.1), npm-groovy-lint (14.2.0).
    • Fixed unit tests for groovylint tool plugin.
    • Handle parsing issues when CodeNarcServer errors are present.
    • Update source file formatting with latest version of black.