Skip to content

Commit b6a139e

Browse files
TC-MOhonzajavorek
authored andcommitted
scope vale better
1 parent ee6675d commit b6a139e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vale.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ Packages = write-good, Microsoft
99
[formats]
1010
mdx = md
1111

12-
[*.md]
12+
[{README.md,CONTRIBUTING.md,sources/**/*.md}]
1313
BasedOnStyles = Vale, Apify, write-good, Microsoft
1414
# Ignore URLs, HTML/XML tags, lines with =, emails, curly braces, inline code
1515
TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}), `[^`]+`
1616
# Ignore HTML comments and Markdown code blocks
1717
BlockIgnores = (?s) (<!--.*?-->)|(```.*?```)
18-
Vale.Spelling = YES
1918
Apify.H1 = error
2019
Apify.Apify = warning
2120
Apify.Capitalization = error
2221
Apify.Languages = warning
2322

2423
# Disabling rules (NO)
24+
Vale.Spelling = NO
25+
write-good.ThereIs = NO
2526
Microsoft.Dashes = NO
2627
Microsoft.Avoid = NO
2728
Microsoft.Contractions = NO
@@ -33,3 +34,6 @@ Microsoft.Auto = NO
3334
Microsoft.URLFormat = NO
3435
Microsoft.GeneralURL = NO
3536
Microsoft.RangeFormat = NO
37+
38+
[{README.md,CONTRIBUTING.md}]
39+
Apify.H1 = NO

0 commit comments

Comments
 (0)