gulp-bootlint
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "gulp-bootlint", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"bootlint": "^0.14.1", | ||
"bootlint": "^0.14.2", | ||
"gulp-util": "^3.0.7", | ||
@@ -41,0 +41,0 @@ "log": "^1.4.0", |
@@ -51,4 +51,4 @@ # gulp-bootlint | ||
* Type: `String` | ||
* Default: `error` | ||
* Options: `emergency`, `alert`, `critical`, `error`, `warning`, `notice`, `info`, `debug` | ||
* Default: `'error'` | ||
* Options: `'emergency'`, `'alert'`, `'critical'`, `'error'`, `'warning'`, `'notice'`, `'info'`, `'debug'` | ||
@@ -59,3 +59,3 @@ Defines which log messages should be printed to `stdout`. | ||
* Type: `Array` | ||
* Type: `String[]` | ||
* Default: `[]` | ||
@@ -100,3 +100,3 @@ | ||
stoponwarning: true, | ||
loglevel: debug, | ||
loglevel: 'debug', | ||
disabledIds: ['W009', 'E007'], | ||
@@ -108,3 +108,3 @@ reportFn: function(file, lint, isError, isWarning, errorLocation) { | ||
} else { | ||
message += file.path + ': ' + lintId + ' ' + lint.message; | ||
message += file.path + ': ' + lint.id + ' ' + lint.message; | ||
} | ||
@@ -126,2 +126,3 @@ console.log(message); | ||
* 2015-11-25 - v0.7.1: Updated Bootlint to v0.14.2 | ||
* 2015-11-16 - v0.7.0: Updated Bootlint to v0.14.1 / Added options to define reporters (thx @chrismbarr) / Bumped dependency versions | ||
@@ -128,0 +129,0 @@ * 2015-07-28 - v0.6.4: Bumped dependency versions |
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
12252
139
Updatedbootlint@^0.14.2