Commit fda1203
committed
Add Windows path support to editorconfig-checker exclude regex
The `Exclude` key of the `.ecrc` configuration file specifies regular expressions of paths that should be ignored by
the editorconfig-checker tool. Previously, the regular expression only accommodated the POSIX-compliant path separator,
meaning the path was not excluded as intended when used on a Windows system (even when ran from a Bash shell).1 parent 118443a commit fda1203
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments