We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3c74d commit d200058Copy full SHA for d200058
.github/styles/Apify/Capitalization.yml
@@ -1,7 +1,9 @@
1
-extends: existence
2
-message: "The word '%s' should always be capitalized."
+extends: substitution
+message: "Use '%s' instead of '%s'."
3
ignorecase: false
4
level: error
5
-tokens:
6
- - '\bactor\b'
7
- - '\bactors\b'
+scope: text & ~alt
+nonword: true
+swap:
8
+ '\bactor\b': Actor
9
+ '\bactors\b': Actors
.vale.ini
@@ -31,7 +31,6 @@ Microsoft.URLFormat = NO
31
Microsoft.GeneralURL = NO
32
Microsoft.RangeFormat = NO
33
Apify.Apify = NO
34
-Apify.Capitalization = NO
35
Apify.Languages = NO
36
37
[{README.md,CONTRIBUTING.md}]
0 commit comments