npm-groovy-lint
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "npm-groovy-lint", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "NPM CodeNarc wrapper to easily lint Groovy files", | ||
@@ -18,2 +18,3 @@ "main": "index.js", | ||
"lint", | ||
"jenkinsfile", | ||
"codenarc", | ||
@@ -20,0 +21,0 @@ "npm", |
@@ -15,3 +15,3 @@ # NPM GROOVY LINT | ||
Easy to integrate in a CD/CI process (Jenkins Pipeline,CircleCI...) | ||
Easy to integrate in a CD/CI process (Jenkins Pipeline,CircleCI...) to lint your groovy or Jenkinsfile :) | ||
@@ -40,2 +40,4 @@ # INSTALLATION | ||
$ npm-groovy-lint -includes=**/Jenkinsfile -rulesetfiles="file:config/codenarc/RuleSet-all.txt" -title="MyJenkinsfileLinterReport" -maxPriority1Violations=0 -report="html:MyJenkinsfileLinterReport.html" | ||
$ npm-groovy-lint -basedir="src" -rulesetfiles="file:config/codenarc/RuleSet-all.txt" -title="MyGroovyLinterReport" -maxPriority1Violations=0 -report="html:MyGroovyLinterReport.html" | ||
@@ -42,0 +44,0 @@ ``` |
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
16672347
63