standard-reporter
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "standard-reporter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Reporters for feross/standard or uber/standard via unix pipes", | ||
@@ -5,0 +5,0 @@ "main": "standard-reporter.js", |
@@ -165,3 +165,3 @@ #!/usr/bin/env node | ||
column: parts[2], | ||
message: message, | ||
message: message.trim(), | ||
rule: rule | ||
@@ -168,0 +168,0 @@ }); |
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
11992