Commit 03c5fa6
authored
Exclude binary fonts and test corpora from editorconfig-checker (#1309)
editorconfig-checker v3.7.0 added stricter pre-decode binary detection.
GOTHIC.TTF has an uppercase extension that bypasses the case-sensitive
default \.ttf$ exclude, and two random-text test corpora under
Analysis/Core/ contain byte sequences the new detector flags as binary.
Add both patterns to the Exclude list. The .editorconfig override for
test .txt files only unsets formatting rules and cannot silence the
encoding-detection check.1 parent 3f058e2 commit 03c5fa6
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments