Skip to content

Releases: nvuillam/npm-groovy-lint

v12.1.1

19 Nov 22:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.1.0...v12.1.1

v12.1.0

18 Nov 19:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.1...v12.1.0

v12.0.1

06 Nov 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.0.0...v12.0.1

v12.0.0

04 Nov 02:31
Compare
Choose a tag to compare

What's Changed

Many fixes, including an issue with IPV6 that made npm-groovy-lint crash on many machines, has been fixed by @stevenh ! Many thanks to him !

Breaking change: Minimum java version to Java 17

New Contributors

Full Changelog: v11.1.1...v12.0.0

npm-groovy-lint v11.1.1

31 Oct 16:43
Compare
Choose a tag to compare
  • Fix npm dependency minimatch

npm-groovy-lint v11.1.0

31 Oct 11:11
Compare
Choose a tag to compare
  • Provide default range when only information available is a line number (#248)
  • New CodeNarc issues definition to calculate range in file
    • GStringExpressionWithinString
    • VariableName

npm-groovy-lint v11.0.0

06 Oct 22:48
Compare
Choose a tag to compare
  • BREAKING CHANGE:--failon is now ìnfo by default, meaning exit code will be 1 if there is at least an info issue found. To have previous behaviour, use --failon none.
  • Display all files in console log only if --verbose is used (#243)

npm-groovy-lint v10.1.0

15 Aug 13:26
Compare
Choose a tag to compare
  • Allow to send groovy sources as input from stdin
  • If --format or --fix option is used when source is sent as stdin, the result is output as stdout

Example: cat path/to/my/Jenkinsfile | npm-groovy-lint --format -

npm-groovy-lint v10.0.3

15 Aug 01:10
Compare
Choose a tag to compare
  • Do not output results summary in console logs when output is json or sarif
  • Add test methods for SARIF called by CLI

npm-groovy-lint v10.0.2

14 Aug 23:19
Compare
Choose a tag to compare
  • Fix error when absolute files sent as positional arguments on a linux system (#232)
  • Improve performances by calculating the longest command directory to send as base path to CodeNarc