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 Compare versions

Comparing version 7.6.1 to 7.6.2

4

CHANGELOG.md
# Changelog
## [7.6.2] 2020-09-09
- Disable TrailingComma rule by default until crash is solved in [CodeNarc](https://codenarc.github.io/) ([#75@vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint/issues/75))
## [7.6.0] 2020-09-08

@@ -4,0 +8,0 @@

1

lib/.groovylintrc-recommended-jenkinsfile.json

@@ -7,3 +7,2 @@ {

"convention.VariableTypeRequired": "off",
"formatting.SpaceAroundMapEntryColon": "off",
"groovyism.ExplicitCallToEqualsMethod": "off",

@@ -10,0 +9,0 @@ "naming.VariableName": "off",

@@ -11,2 +11,3 @@ {

"convention.NoDef": "info",
"convention.TrailingComma": "off",
"convention.VariableTypeRequired": "info",

@@ -13,0 +14,0 @@ "dry.DuplicateListLiteral": "info",

{
"name": "npm-groovy-lint",
"version": "7.6.1",
"version": "7.6.2",
"description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -404,2 +404,6 @@ <!-- markdownlint-disable MD033 -->

## [7.6.2] 2020-09-09
- Disable TrailingComma rule by default until crash is solved by CodeNarc ([#75@vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint/issues/75))
## [7.6.0] 2020-09-08

@@ -406,0 +410,0 @@

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