gulp-rb-validate-jshint
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -102,3 +102,3 @@ /*jslint node: true */ | ||
if (!str) { | ||
validationError('', 'File is empty or null', 'WARNING', false); | ||
validationError('', 'File is empty or null', 'CI-FE-WARNING', false); | ||
} else { | ||
@@ -105,0 +105,0 @@ checkJShint(JSON.parse(str)); |
{ | ||
"name": "gulp-rb-validate-jshint", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Gulp plugin to check .jshintrc according to Web Frontend Guidelines", | ||
@@ -14,3 +14,12 @@ "main": "index.js", | ||
], | ||
"author": "Diana Salsa", | ||
"contributors": [ | ||
{ | ||
"name": "Diana Salsa", | ||
"email": "fixed-term.Diana.Salsa@de.bosch.com" | ||
}, | ||
{ | ||
"name": "Luis Amoroso", | ||
"email": "luis.amoroso@de.bosch.com" | ||
} | ||
], | ||
"license": "LicenseRef-LICENSE", | ||
@@ -17,0 +26,0 @@ "dependencies": { |
@@ -31,3 +31,3 @@ #Installation | ||
.pipe(rbjshint({ | ||
abortOnError: true | ||
exitOnError: true | ||
}); | ||
@@ -40,4 +40,4 @@ | ||
#### **abortOnError**: Boolean (Default: false) | ||
#### **exitOnError**: Boolean (Default: false) | ||
This will cause the plugin to abort with exit code 1 as soon as an error with obligation level red is found |
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
4999