npm-groovy-lint
Advanced tools
Comparing version 4.5.4 to 4.5.5
# Changelog | ||
## [4.5.5] 2020-04-30 | ||
- Fixes | ||
- ignorepattern option not working [#34](https://github.com/nvuillam/npm-groovy-lint/issues/34) | ||
## [4.5.2] 2020-04-29 | ||
@@ -4,0 +9,0 @@ |
@@ -80,2 +80,7 @@ // Shared functions | ||
// Ignore pattern | ||
if (options.ignorepattern) { | ||
result.codenarcArgs.push('-excludes="' + options.ignorepattern + '"'); | ||
} | ||
// Output | ||
@@ -82,0 +87,0 @@ result.output = options.output.replace(/^"(.*)"$/, "$1"); |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "4.5.4", | ||
"version": "4.5.5", | ||
"description": "NPM CodeNarc wrapper to easily lint Groovy files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16387133
102
4997