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

5.0.3

Diff

Changelog

Source

[5.0.3] 2020-05-30

  • Updated fix rules
    • Indentation
    • IndentationClosingBrace
nvuillam
published 5.0.2 •

Changelog

Source

[5.0.2] 2020-05-27

  • Avoid to apply wrong fix in case of CodeNarc false positive
  • New fix rules
    • BlankLineBeforePackage
  • Updated fix rules
    • BracesForIfElse
    • BracesForMethod
    • BracesForTryCatchFinally
    • ClassEndsWithBlankLine
    • ClassStartsWithBlankLine
    • MissingBlankLineAfterImports
    • MissingBlankLineAfterPackage
    • UnnecessaryGroovyImport
    • UnusedImport
nvuillam
published 5.0.1 •

Changelog

Source

[15.0.1] 2024-08-29

  • Add module declaration
  • Fix crash in case of parsing error (https://github.com/nvuillam/npm-groovy-lint/issues/406)
  • Disable codecov
nvuillam
published 5.0.0-beta.2 •

nvuillam
published 4.14.0 •

Changelog

Source

[4.14.0] 2020-05-22

  • Send rule configuration to fix functions
  • Add .gradle files in default linted files
  • Fixes:
    • Missing number of linted files returned in summary
    • Try to call CodeNarcJava in case there is an error with CodeNarcServer call
nvuillam
published 4.13.0 •

Changelog

Source

[4.13.0] 2020-05-20

  • Manage to send options for rules sent in rulesets: Ex: Indentation{"spacesPerIndentLevel":2,"severity":"warning"},UnnecessarySemicolon
  • New parameter --rulesetsoverridetype : If list of rules sent in rulesets option, defines if they replace rules defined in .groovylintrc.json, or if they are appended
nvuillam
published 4.12.0 •

Changelog

Source

[4.12.0] 2020-05-18

  • Improve performances and avoid Unknown command: node error by using childProcess.fork to call CodeNarcServer
nvuillam
published 4.11.1 •

Changelog

Source

[4.11.1] 2020-05-16

  • Detect when crash is related to "node" or "java" command not found and return a human readable error message
nvuillam
published 4.11.0 •

Changelog

Source

[4.11.0] 2020-05-13

  • Add CI , rule overrides and crashes in anonymous insights for debugging investigation
  • When used as a module, never crash intentionally with throw, so when called by module, check linter.status and linter.error instead of try/catch
    • 0: ok
    • 1: expected error
    • 2: unexpected error
    • 9: if cancelled request
nvuillam
published 4.10.2 •

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