Skip to content

Commit 03e41b3

Browse files
committed
Gruntfile.js: Remove now unneeded validator relaxError option.
1 parent 9f25895 commit 03e41b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ module.exports = function (grunt) {
334334
relaxerror: [
335335
'Element img is missing required attribute src.',
336336
'Attribute autocomplete not allowed on element input at this point.',
337-
'Attribute autocomplete not allowed on element button at this point.',
338-
'Bad value separator for attribute role on element li.'
337+
'Attribute autocomplete not allowed on element button at this point.'
339338
]
340339
},
341340
files: {

0 commit comments

Comments
 (0)