Skip to content

Commit 3a2356e

Browse files
authored
Merge pull request #781 from per1234/editorconfig-checker-windows-path
Add Windows path support to editorconfig-checker exclude regex
2 parents c5305c0 + fda1203 commit 3a2356e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .ecrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"__pycache__[/\\\\]",
55
"^LICENSE\\.txt$",
66
"^poetry\\.lock$",
7-
"^\\.licenses/",
7+
"^\\.licenses[/\\\\]",
88
"^internal/rule/schema/schemadata/bindata.go$",
99
"^internal/rule/schema/testdata/bindata.go$"
1010
]

0 commit comments

Comments
 (0)