Skip W005 check until it will be possible to ignore it only in file pages/examples/invoice-print.html

pull/657/head
freezy 9 years ago
parent 685ba27900
commit 1ca659788b

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

Loading…
Cancel
Save