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@gmail.com>2014-10-18 06:48:34 +0400
committerZac Echola <zac.echola@gmail.com>2014-10-18 06:48:34 +0400
commit6f083dce6e8b3652d711602205b17831d4dc5013 (patch)
treeaa6530760fb12238c80790732a0f91611df5975f /README.md
parent9dc0bfd3664db962c3ec69f099ca6d04dadfcb38 (diff)
basic support for bootlint 0.5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 51542bf..2aa34ac 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Breaks out of grunt task on first error. Use `--force` to force continue.
* Type: `Array`
* Default: `[]`
-Array of bootlint messages (`String`s) to explicitly ignore.
+Array of [bootlint error codes](https://github.com/twbs/bootlint/wiki) (`String`s) to explicitly ignore.
Example:
@@ -93,5 +93,6 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
-- 2014-09-25 - v0.2.0: First formal release.
+- 2014-10-17 - v0.3.0: Basic support for Bootlint 0.5.0. **Changes `relaxerror` to use Bootlint error codes**
- 2014-09-25 - v0.2.1: Removes color dependency.
+- 2014-09-25 - v0.2.0: First formal release.