Skip to content

Commit 8a90dbd

Browse files
author
markzegarelli
authored
some Vale rule updates (#2672)
1 parent f0807f3 commit 8a90dbd

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.github/Vocab/Docs/accept.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(?:C|c)annonical
2+
(?:C|c)onfig
23
(?:D|d)eduplicate
34
(?:D|d)eduplication
45
(?:G|g)tag
@@ -11,6 +12,7 @@
1112
(?:U|u)nlinks?\b
1213
(?:U|u)nmaps?\b
1314
(?:U|u)rls?\b
15+
adset
1416
Adwords
1517
allowlist
1618
Amberflo
@@ -21,12 +23,17 @@ Chargebee
2123
CloudFront
2224
Cocoapods
2325
csv
26+
deeplink
2427
Dev
2528
Doubleclick
29+
endfor
30+
endif
31+
eu
2632
Friendbuy
2733
ga
2834
gmail
2935
Gradle
36+
html
3037
http
3138
HTTP
3239
https
@@ -58,8 +65,10 @@ Subnet
5865
Totango
5966
Twilio
6067
upsert
68+
US
69+
utm
6170
Vero
6271
viewability
6372
WebKit
6473
Wootric
65-
Zendesk
74+
Zendesk

.github/styles/segment/spelling.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: spelling
2+
message: "Did you really mean '%s'?"
3+
level: error
4+
# ignore liquid tags
5+
filters:
6+
- '({%).*(%})'

vale-styles/Vocab/Docs/accept.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(?:C|c)annonical
2+
(?:C|c)onfig
23
(?:D|d)eduplicate
34
(?:D|d)eduplication
45
(?:G|g)tag
@@ -11,6 +12,7 @@
1112
(?:U|u)nlinks?\b
1213
(?:U|u)nmaps?\b
1314
(?:U|u)rls?\b
15+
adset
1416
Adwords
1517
allowlist
1618
Amberflo
@@ -21,12 +23,17 @@ Chargebee
2123
CloudFront
2224
Cocoapods
2325
csv
26+
deeplink
2427
Dev
2528
Doubleclick
29+
endfor
30+
endif
31+
eu
2632
Friendbuy
2733
ga
2834
gmail
2935
Gradle
36+
html
3037
http
3138
HTTP
3239
https
@@ -58,8 +65,10 @@ Subnet
5865
Totango
5966
Twilio
6067
upsert
68+
US
69+
utm
6170
Vero
6271
viewability
6372
WebKit
6473
Wootric
65-
Zendesk
74+
Zendesk

vale-styles/segment/spelling.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
extends: spelling
22
message: "Did you really mean '%s'?"
33
level: error
4-
filters:
4+
# ignore liquid tags
5+
filters:
6+
- '({%).*(%})'

0 commit comments

Comments
 (0)