Skip to content

Commit 2e22900

Browse files
committed
.editorconfig-checker.json: Fixed excludes to use regex instead of glob patterns
1 parent 762d570 commit 2e22900

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.editorconfig-checker.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
"SpacesAfterTabs": false,
66
"NoColor": false,
77
"Exclude": [
8-
"*.resx",
9-
"**/*.resx",
10-
"*.DotSettings",
11-
"**/*.DotSettings",
12-
"App.config",
13-
"**/App.config"
8+
"\\.resx$",
9+
"\\.DotSettings$",
10+
"App\\.config$",
1411
],
1512
"AllowedContentTypes": [],
1613
"PassedFiles": [],

0 commit comments

Comments
 (0)