Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Echola <zac.echola@so.mnscu.edu>2014-12-31 18:29:44 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-12-31 18:29:44 +0300
commitc8403f4bd7862eca320dfc381ccd741fcf387494 (patch)
tree45feb6f43b55445ac2cea3ad34405917869afddf /README.md
parent8b7612d0b739c5af94900920e2d57b0552138083 (diff)
close #42
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6623958..585597f 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,27 @@ grunt.initConfig({
```
+#### options.showallerrors (Coming in v0.7.0)
+
+* Type: `Boolean`
+* Default: `false`
+
+Shows all errors and warnings before stopping the task. (Overrides `stoponerror` and `stoponwarning`, above.)
+
+Example:
+
+```javascript
+grunt.initConfig({
+ bootlint: {
+ options: {
+ showallerrors: true
+ },
+ files: ['test/fixtures/**.html'],
+ },
+});
+```
+
+
#### options.relaxerror
* Type: `Array`