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 812158c commit c397313Copy full SHA for c397313
vale/RTD/features.yml
@@ -0,0 +1,16 @@
1
+extends: substitution
2
+message: Use '%s' instead of '%s'
3
+level: warning
4
+ignorecase: true
5
+exceptions:
6
+ # Hacky way to match at the start and mid sentence. This will miss on:
7
+ # "This is a Pull request build"
8
+ - single sign-on
9
+ - Single sign-on
10
+ - pull request
11
+ - Pull request
12
+swap:
13
+ single sign on: single sign-on
14
+ single sign-on: single sign-on
15
+ single-sign on: single sign-on
16
+ Pull Request: pull request
vale/RTD/sso.yaml
0 commit comments