npm-groovy-lint
Advanced tools
Changelog
[14.0.0] 2023-12-16
Changelog
[13.0.0] 2023-11-26
BREAKING CHANGE: Upgrade CodeNarc to v3.4.0-alpha+3346775f
Major core architecture refactoring by the great Steven Hartland
Fix files specified on the command line not linting as expected due to the generated patterns not working as intended if relative path that contains a file and not a directory due to an issue with CodeNarc pattern processing.
Fix incompatible arguments passed to CodeNarc by:
Fix command line -ext extensions not being processed correctly and matching too many files as it was missing the prefix.
Ensure readFile and writeFile calls produce a stack trace on failure due to: https://github.com/nodejs/node/issues/30944.
Fix file delete race condition and variable clean up due to missing await.
Fix use of includes instead of exclude parameters.
Also:
Steven Hartland now becomes an official maintainer of npm-groovy-lint and vscode-groovy-lint !