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

Skip W005 check
pull/667/head
Abdullah Almsaeed 2015-08-24 18:35:44 -04:00
commit 2dcddd175d
1 changed files with 3 additions and 0 deletions

View File

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