gulp-rb-validate-jshint
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -55,3 +55,3 @@ /*jslint node: true */ | ||
if (abort) { | ||
gutil.log('[' + guideline + '] ' + gutil.colors.white(tag + ": ") + gutil.colors.red(mistake) + " [FAIL]"); | ||
gutil.log('[' + guideline + '] ' + gutil.colors.white(tag + ": ") + gutil.colors.red(mistake) + " [Level: RED]"); | ||
errorBreak = true; | ||
@@ -58,0 +58,0 @@ } else { |
{ | ||
"name": "gulp-rb-validate-jshint", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Gulp plugin to check .jshintrc according to web frontend guidelines", | ||
@@ -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
4832