Merge pull request #657 from freezy-sk/652-disable-W005
Skip W005 check
This commit is contained in:
@@ -136,6 +136,9 @@ module.exports = function (grunt) {
|
||||
|
||||
// Validate Bootstrap HTML
|
||||
bootlint: {
|
||||
options: {
|
||||
relaxerror: ['W005']
|
||||
},
|
||||
files: ['pages/**/*.html', '*.html']
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user