Merge pull request #657 from freezy-sk/652-disable-W005

Skip W005 check
This commit is contained in:
Abdullah Almsaeed
2015-08-24 18:35:44 -04:00

View File

@@ -136,6 +136,9 @@ module.exports = function (grunt) {
// Validate Bootstrap HTML
bootlint: {
options: {
relaxerror: ['W005']
},
files: ['pages/**/*.html', '*.html']
},