npm-groovy-lint
Advanced tools
Comparing version 2.2.0-beta.1 to 2.2.0-beta.2
@@ -273,3 +273,3 @@ #! /usr/bin/env node | ||
id: errId, | ||
line: violation["$"].lineNumber ? parseInt(violation["$"].lineNumber, 10) : null, | ||
line: violation["$"].lineNumber ? parseInt(violation["$"].lineNumber, 10) : 0, | ||
rule: violation["$"].ruleName, | ||
@@ -336,3 +336,3 @@ severity: | ||
" " + | ||
err.line.padEnd(4, " ") + | ||
err.line.toString().padEnd(4, " ") + | ||
" " + | ||
@@ -339,0 +339,0 @@ c[color](err.severity.padEnd(7, " ")) + |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "2.2.0-beta.1", | ||
"version": "2.2.0-beta.2", | ||
"description": "NPM CodeNarc wrapper to easily lint Groovy files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15899505