npm-groovy-lint
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -68,5 +68,5 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "CodeNarc-1.4.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
var classPath = "{{CLASSPATH}}"; | ||
var jarName = "{{JAR_NAME}}"; | ||
var mainClass = "org.codenarc.CodeNarc"; | ||
var classPath = "CodeNarc-1.4.jar:lib/groovy-3.0.0/lib/groovy-3.0.0.jar:lib/groovy-3.0.0/lib/groovy-templates-3.0.0.jar:lib/groovy-3.0.0/lib/groovy-xml-3.0.0.jar:lib/slf4j-api-1.7.9.jar:lib/log4j-slf4j-impl-2.13.0.jar:lib/log4j-api-2.13.0.jar:lib/log4j-core-2.13.0.jar:lib/GMetrics-0.7.jar:lib"; | ||
var port = "0"; | ||
@@ -73,0 +73,0 @@ var warPath = ""; |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "NPM CodeNarc wrapper to easily lint Groovy files", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"test": "npm run prepare-package && npm-groovy-lint -basedir=\"dist/test\" -rulesetfiles=\"file:dist/test/RuleSet-all.txt\" -title=\"TestTitle\" -maxPriority1Violations=0 -report=\"html:dist/test/ReportTest.html\"", | ||
"publish-to-npm": "npm run prepare-package && jdeploy publish" | ||
"publish-to-npm": "npm run prepare-package && npm publish" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
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
150
16671747
29