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

Skip W005 check
pull/667/head
Abdullah Almsaeed 9 years ago
commit 2dcddd175d

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

Loading…
Cancel
Save