Skip to content

Commit a5f9531

Browse files
committed
remove aggresive BlockIgnore & turn off other Apify custom rules
There are issues with Apify custom rules & current setup fo vale, I'll log them off as separate issue but move forward with making this PR ready to merge
1 parent 801f0c7 commit a5f9531

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vale.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ mdx = md
1212
[*.md]
1313
BasedOnStyles = Vale, Apify, write-good, Microsoft
1414
# Ignore URLs, HTML/XML tags, lines with =, emails, curly braces, inline code
15-
TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}), `[^`]+`
15+
TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*})
1616
# Ignore HTML comments and Markdown code blocks
1717
BlockIgnores = (?s) (<!--.*?-->)|(```.*?```)
1818

1919
# Enable Apify specific rules
20-
Apify.H1 = YES
21-
Apify.Apify = YES
22-
Apify.Capitalization = YES
23-
Apify.Languages = YES
20+
2421

2522
# Disabling rules (NO)
2623
Vale.Spelling = NO
@@ -36,6 +33,9 @@ Microsoft.Auto = NO
3633
Microsoft.URLFormat = NO
3734
Microsoft.GeneralURL = NO
3835
Microsoft.RangeFormat = NO
36+
Apify.Apify = NO
37+
Apify.Capitalization = NO
38+
Apify.Languages = NO
3939

4040
[{README.md,CONTRIBUTING.md}]
4141
Apify.H1 = NO

0 commit comments

Comments
 (0)