Skip to content

Commit 0cfecb6

Browse files
committed
Grunt: Don't run htmllint against core_deprecated.html.
1 parent 932caaf commit 0cfecb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ grunt.initConfig({
192192
htmllint: {
193193
// ignore files that contain invalid html, used only for ajax content testing
194194
all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
195-
return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core\.html)/.test( file );
195+
return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core.*\.html)/.test( file );
196196
})
197197
},
198198
copy: {

0 commit comments

Comments
 (0)