Skip W005 check until it will be possible to ignore it only in file pages/examples/invoice-print.html
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