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

Changelog

Source

[10.0.3] 2022-08-15

  • Do not output results summary in console logs when output is json or sarif
  • Add test methods for SARIF called by CLI
nvuillam
published 10.0.2 •

Changelog

Source

[10.0.2] 2022-08-15

  • 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
nvuillam
published 10.0.1 •

Changelog

Source

[10.0.1] 2022-08-14

  • Fix error when files sent as positional arguments (#232)
nvuillam
published 10.0.0 •

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