Commit c2a5cd1
committed
fix(ci): tighten editorconfig-checker config
The Disable section was entirely a no-op — every entry was false, which
is the default when IgnoreDefaults is false. Remove it so the config
matches observable behavior.
Exclude patterns were unanchored regexes, causing "vendor" to silence
.github/vendored-dependencies.csv, which has CRLF line endings.
Anchor all patterns, fix the CRLF in that file, and add .nyc_output/
and coverage/ to guard against local false positives from coverage
artifacts.1 parent 3129fb4 commit c2a5cd1
2 files changed
Lines changed: 9 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
22 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments