New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

npm-groovy-lint

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-groovy-lint - npm Package Versions

nvuillam
published 12.0.1-beta202311061353.0 •

nvuillam
published 12.0.0 •

Changelog

Source

[12.0.0] 2023-11-04

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

  • Use MegaLinter v7 by @nvuillam in https://github.com/nvuillam/npm-groovy-lint/pull/254
  • Bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/nvuillam/npm-groovy-lint/pull/260
  • ci: fix action failures by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/309
  • chore: update node to 18 lts by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/310
  • feat: improve the vscode deployment by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/307
  • Improve publish via CI + beta when in main by @nvuillam in https://github.com/nvuillam/npm-groovy-lint/pull/311
  • chore: improve flow debugging by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/303
  • ci: predictable server builds and port option by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/312
  • fix: status bar message by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/302
  • fix: server and test stability by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/313
  • fix: UnnecessaryGString for strings with slashes by @stevenh in https://github.com/nvuillam/npm-groovy-lint/pull/304
nvuillam
published 11.1.2-beta202311021635.0 •

nvuillam
published 11.1.2-beta202311021422.0 •

nvuillam
published 11.1.2-beta202310271757.0 •

nvuillam
published 11.1.2-beta202310250645.0 •

nvuillam
published 11.1.1 •

Changelog

Source

[11.1.1] 2022-10-31

  • Fix npm dependency minimatch
nvuillam
published 11.1.0 •

Changelog

Source

[11.1.0] 2022-10-31

  • Provide default range when only information available is a line number (#248)
  • New CodeNarc issues definition to calculate range in file
    • GStringExpressionWithinString
    • VariableName
nvuillam
published 11.0.0 •

Changelog

Source

[11.0.0] 2022-10-07

  • 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)
nvuillam
published 10.1.0 •

Changelog

Source

[10.1.0] 2022-08-15

  • 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 -