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

4.10.1

Diff

nvuillam
published 4.10.0 •

Changelog

Source

[4.10.0] 2020-05-12

  • Update analytics to use analytics & @analytics-segment instead of insight. If you want to disable anonymous usage stats, you can still use --no-insight option.
nvuillam
published 4.9.0 •

Changelog

Source

[4.9.0] 2020-05-10

  • Add anonymous usage statistics using insight, in order to make new improvements based on how users use this package.
    • Note: Analytics obviously does not receive sensitive information like your code, as you can see in analytics.js. If you want to disable anonymous usage stats, use --no-insight option.
nvuillam
published 4.8.0 •

Changelog

Source

[4.8.0] 2020-05-08

  • New fix rules

    • AssignmentInConditional
    • DuplicateImport
    • ExplicitLinkedListInstantiation
    • InsecureRandom
    • UnnecessaryDefInVariableDeclaration
    • UnnecessaryDotClass
    • UnnecessaryFinalOnPrivateMethod
    • UnnecessaryInstantiationToGetClass
  • Updated fix rules

    • BracesForForLoop: False positive triggering messy code after fixing
    • UnnecessaryGString: Fix multiline replacements ( """ by ''' )
  • Fixes :

    • Launch JVM with high memory (-Xms256m -Xmx2048m) to improve performances on big files
    • Increase CodeNarcServ call timeout (+ Manage ETIMEOUT as result, not only ECONNREFUSED )
  • Utils

    • Allow regex in range functions
nvuillam
published 4.7.0 •

Changelog

Source

[4.7.0] 2020-05-06

  • New fix rules

    • BracesForClass
    • BracesForForLoop
    • BracesForIfElse
    • BracesForMethod
    • BracesForTryCatchFinally
    • ExplicitArrayListInstantiation
    • MissingBlankLineAfterImports
    • MissingBlankLineAfterPackage
  • Updated fix rules

    • UnnecessaryGString: Fix replacements containing \n and \r
nvuillam
published 4.6.0 •

Changelog

Source

[4.6.0] 2020-05-01

  • New fix rules

    • SpaceBeforeClosingBrace
    • UnnecessaryDefInMethodDeclaration
    • UnnecessaryPackageReference
    • UnnecessaryParenthesesForMethodCallWithClosure
  • Updated fix rules

    • MisorderedStaticImports: Fix @Grapes killer fixing rule
    • ElseBlockBrace :issue when instruction is on the same line than else
nvuillam
published 4.5.5 •

Changelog

Source

[4.5.5] 2020-04-30

  • Fixes
    • ignorepattern option not working #34
nvuillam
published 4.5.4 •

nvuillam
published 4.5.3 •

nvuillam
published 4.5.2 •

Changelog

Source

[4.5.2] 2020-04-29

  • Expose loadConfig() method to load rules when npm-groovy-lint is used as a library
  • Fixes
    • Missing temporary rulesets file missing
    • Handle better CodeNarcServer concurrent calls
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