Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-groovy-lint

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-groovy-lint - npm Package Versions

1
21

10.0.0

Diff

Changelog

Source

[10.0.0] 2022-08-13

  • Core

    • Upgrade to CodeNarc v3.1.0
    • Accept list of directories / files as arguments (--path and --files become deprecated but are still usable)
      • Examples
        • Multiple files: npm-groovy-lint path/to/file1.groovy path/to/file2.groovy
        • Directory: npm groovy-lint path/to
        • Single file: npm-groovy-lint Jenkinsfile
        • Ant pattern(s): npm-groovy-lint path/to/**/*.groovy
    • Upgrade npm dependencies
    • CI: Upgrade MegaLinter to v6
    • Test classes for collecting error ranges
  • New error ranges rules

    • DuplicateNumberLiteral
    • DuplicateStringLiteral
    • MethodParameterTypeRequired
    • NoDef
    • SimpleDateFormatMissingLocale
    • SpaceInsideParenthesis
    • UnnecessaryPublicModifier
    • VariableTypeRequired
  • New fix rules

    • SpaceAfterMethodCallName
    • SpaceInsideParentheses
  • Bug Fixes

    • Wrongly calculated ranges are no more returned
nvuillam
published 9.5.0 •

Changelog

Source

[9.5.0] 2022-04-12

  • Disable Amplitude anonymous stats by default (use --insight to enable them)
nvuillam
published 9.4.1 •

Changelog

Source

[9.4.1] 2022-01-12

  • Upgrade node-sarif-builder to 2.0.1 and send npm-groovy-lint version in SARIF logs
  • New range detection for rules:
    • MethodReturnTypeRequired
    • UnusedImport
nvuillam
published 9.4.0 •

Changelog

Source

[9.4.0] 2022-01-11

nvuillam
published 9.3.2 •

Changelog

Source

[9.3.2] 2022-01-09

nvuillam
published 9.3.1 •

Changelog

Source

[9.3.1] 2022-01-06

nvuillam
published 9.3.0 •

Changelog

Source

[9.3.0] 2021-12-29

nvuillam
published 9.2.0 •

Changelog

Source

[9.2.0] 2021-12-23

nvuillam
published 9.1.0 •

Changelog

Source

[9.1.0] 2021-12-14

nvuillam
published 9.0.0 •

Changelog

Source

[9.0.0] 2021-09-30

  • Upgrade to CodeNarc v2.2.0
  • Upgrade to Groovy v3.0.9
  • Reorganize sources test folder
  • Use java from 8 to 14 (install it if a later version is found)
  • Add timeouts in CI jobs
  • Add colors in error logs
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc