Commit 03e41b35 authored by XhmikosR's avatar XhmikosR

Gruntfile.js: Remove now unneeded validator relaxError option.

parent 9f258950
...@@ -334,8 +334,7 @@ module.exports = function (grunt) { ...@@ -334,8 +334,7 @@ module.exports = function (grunt) {
relaxerror: [ relaxerror: [
'Element img is missing required attribute src.', 'Element img is missing required attribute src.',
'Attribute autocomplete not allowed on element input at this point.', 'Attribute autocomplete not allowed on element input at this point.',
'Attribute autocomplete not allowed on element button at this point.', 'Attribute autocomplete not allowed on element button at this point.'
'Bad value separator for attribute role on element li.'
] ]
}, },
files: { files: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment