Commit 0043ffe
authored
fix: config of ignored contexts and patterns (#1901)
According to my tests, this fixes Vale checking. Current `vale.ini`
disables checking in most of the files, one of the regexes probably
being too greedy. Exctracted from
#1890
I couldn't confirm that enabling specific Apify rules like
```ini
Apify.H1 = YES
Apify.Apify = YES
Apify.Capitalization = YES
Apify.Languages = YES
```
is necessary, Vale seems to pick them up correctly on my machine.1 parent 00b13f0 commit 0043ffe
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments