npm-groovy-lint
Advanced tools
Comparing version 7.6.1 to 7.6.2
# 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 @@ |
@@ -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 @@ |
16599682
480