npm-groovy-lint
Advanced tools
Comparing version 2.2.0-beta.3 to 2.2.0-beta.4
# Changelog | ||
## [2.0.0] - 2020-02-21 | ||
## [2.2.0] - 2020-02-25 | ||
### Added | ||
- Capability to call NpmGroovyLint with options as object, not only command line arguments | ||
- New option "source", allowing to call NpmGroovyLint with the groovy code as a string , not only path & files pattern | ||
## [2.0.1] - 2020-02-21 | ||
### Added | ||
- Capability to fix errors | ||
@@ -8,0 +15,0 @@ - ConsecutiveBlankLines |
@@ -168,2 +168,7 @@ #! /usr/bin/env node | ||
this.codenarcArgs.push('-report="' + ext + ":" + this.output + '"'); | ||
// If filename is sent: just call codeNarc, no parsing results | ||
if (!["html", "xml"].includes(this.output)) { | ||
this.onlyCodeNarc = true; | ||
} | ||
} else { | ||
@@ -170,0 +175,0 @@ this.status = 2; |
@@ -0,0 +0,0 @@ ANTLR 2 License |
@@ -0,0 +0,0 @@ ANTLR 4 License |
@@ -0,0 +0,0 @@ ASM License |
@@ -0,0 +0,0 @@ BSD License |
@@ -0,0 +0,0 @@ Copyright (c) 2002-2012, the original author or authors. |
@@ -0,0 +0,0 @@ The person or persons who have associated work with this document (the |
@@ -0,0 +0,0 @@ Copyright (c) 2006, Sun Microsystems, Inc. |
@@ -0,0 +0,0 @@ Eclipse Public License - v 1.0 |
@@ -0,0 +0,0 @@ Eclipse Public License - v 2.0 |
@@ -0,0 +0,0 @@ Copyright (c) 2003-2006, Joe Walnes |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "2.2.0-beta.3", | ||
"version": "2.2.0-beta.4", | ||
"description": "NPM CodeNarc wrapper to easily lint Groovy files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15902292
1357