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

npm-groovy-lint

Package Overview
Dependencies
Maintainers
1
Versions
207
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
1416
21

4.1.0

Diff
nvuillam
published 4.1.0 •

Changelog

Source

[4.1.0] 2020-04-12

  • Upgrade to Groovy 3.0.3
  • Automatic generation of fixable rules list for README
  • Refactor CodeNarcServer.groovy
nvuillam
published 4.0.0 •

Changelog

Source

[4.0.0] 2020-04-09

  • Fix issue affecting performances on Linux and MacOs
nvuillam
published 3.3.2 •
nvuillam
published 3.3.1 •
nvuillam
published 3.3.0 •

Changelog

Source

[3.3.0] 2020-04-06

  • When formatting, always run some custom npm-groovy-lint fix rules not corresponding to CodeNarc violations
  • Return CodeNarc and Groovy versions when --version options is called
  • Fixes
    • Lost indentation when applying some fix rules
  • Updated fix rules:
    • IndentationClosingBraces
    • IndentationComments
    • SpaceAfterCatch
    • SpaceAfterIf
  • New fix rules:
    • ClassEndsWithBlankLine
    • ClassStartsWithNewLine
    • SpaceAfterFor
    • SpaceAfterSwitch
nvuillam
published 3.2.4 •

Changelog

Source

[3.2.4] 2020-04-03

  • Error message in postinstall if env Node.js is lower than the minimal required (12)
nvuillam
published 3.2.3 •

Changelog

Source

[3.2.3] 2020-04-02

  • When If or Else brackets are fixed,trigger another rule lint & fix only with Indentation rules so CodeNarc recalculate them correctly
  • New option nolintafter: When format or fix is called, a new lint is performed after the fixes to update the error list. If you just want the updated source code and do not care about the error logs, use this parameter to improve performances
  • Fixes
    • Manage correctly options failonerror, failonwarning and failoninfo
    • npm-groovy-lint -version now returns version from package.json
  • Mocha tests updates:
    • Add stats on calls to CodeNarc (globalThis.codeNarcCallsCounter and globalThis.codeNarcCalls, activated if globalThis.codeNarcCallsCounter is set to 0 before calling NmpGroovyLint)
    • Factorize test classes common code in module helper/common.js
    • Use a smaller groovy file for test classes when not impacting the tests quality
nvuillam
published 3.2.3-beta.2 •
nvuillam
published 3.2.3-beta.1 •
nvuillam
published 3.2.2 •

Changelog

Source

[3.2.2] 2020-03-31

  • New option returnrules if you want to return rules descriptions and documentation url in results
  • Use npm ci instead of npm install in CircleCI build