diff --git a/Gruntfile.js b/Gruntfile.js index 6b3e303f2..6bbc7c3bf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -136,6 +136,9 @@ module.exports = function (grunt) { // Validate Bootstrap HTML bootlint: { + options: { + relaxerror: ['W005'] + }, files: ['pages/**/*.html', '*.html'] },