Skip to content

Commit 0d68ba4

Browse files
authored
Merge branch 'develop' into sarahrudy-patch-1
2 parents 128b6b6 + afa1a30 commit 0d68ba4

File tree

1,363 files changed

+100951
-70817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,363 files changed

+100951
-70817
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CONTEXT=development
66
PLATFORM_API_TOKEN=generate a token from your Segment workspace
77
PAPI_TOKEN=generate a token from your Segment workspace
88
ALGOLIA_APP_ID=
9-
ALGOLIA_SEARCH_KEY=
9+
ALGOLIA_SEARCH_KEY=

.github/styles/Vocab/Docs/accept.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(?:P|p)endo
1313
(?:P|p)odfile
1414
(?:P|p)ostgres
15+
(?:R|r)ealtime
1516
(?:R|r)emarketing
1617
(?:U|u)nlinks?\b
1718
(?:U|u)nmaps?\b
@@ -21,6 +22,8 @@ Aampe
2122
adset
2223
Adwords
2324
Aircall
25+
Airdat(?:e|es)
26+
Algolia
2427
allowlist
2528
Amberflo
2629
API(:?s)
@@ -31,26 +34,33 @@ Automations
3134
aws
3235
background(?:ed|ing)
3336
Bento
37+
Bing
38+
Blackbaud
3439
Blitzllama
3540
blocklist
3641
Bluedot
3742
bool
3843
boolean
44+
Braze's
3945
Breyta
4046
Chargebee
4147
chatbot
4248
cli
4349
CloudFront
4450
Cocoapods
51+
comScore
4552
Contentful
53+
Cordova
4654
Criteo
4755
csv
4856
Databricks
4957
datetime
58+
debouncing
5059
deeplink
5160
Dev
5261
Doubleclick
5362
Eloqua
63+
Emarsys
5464
enablement
5565
endcapture
5666
endfor
@@ -72,6 +82,7 @@ https
7282
HTTPS
7383
Hubspot
7484
incrementality
85+
Innovid
7586
ios
7687
iOS
7788
Iterable
@@ -95,6 +106,7 @@ Marketo
95106
Matcha
96107
matchers
97108
measurability
109+
Metrix
98110
middleware
99111
Middleware
100112
Mixpanel
@@ -110,15 +122,18 @@ Okta
110122
Omnichannel
111123
onboarding
112124
Optimizely
125+
Outfunnel
113126
param(:?s)
114127
Pardot
115128
Passcode
116129
performant
117130
Pinterest
118131
Pipedrive
119132
Preact
133+
Proguard
120134
Qualtrics
121135
reformat(:?s)
136+
remarket
122137
Responsys
123138
Rokt
124139
Sabil
@@ -140,9 +155,11 @@ Twilio
140155
upsert
141156
US
142157
utm
158+
varchar
143159
Vero
144160
Vidora
145161
viewability
162+
Voucherify
146163
waitlist
147164
walkthrough
148165
WebKit
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
extends: substitution
2-
message: "Please use '%s' instead of '%s'."
3-
link: https://docs.microsoft.com/en-us/style-guide/punctuation/exclamation-points
4-
level: warning
5-
swap:
6-
'\w!\s': '\.'
1+
extends: existence
2+
message: "Don't use exclamation points in text."
3+
nonword: true
4+
level: error
5+
action:
6+
name: remove
7+
tokens:
8+
- '\w!(?:\s|$)'

.github/styles/segment/links copy.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/styles/segment/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ message: "Write meaningful link text."
33
link: https://docs.microsoft.com/en-us/style-guide/urls-web-addresses
44
level: warning
55
raw:
6-
- '\[?here\]\('
6+
- '\[?here\]\(.*'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends: existence
2-
message: 'Link to Segment docs "%s" must be relative.'
2+
message: 'Link to Segment docs "%s" should be relative.'
33
level: warning
44
scope: raw
55
raw:
6-
- '\[.+\]\(https://(www.)?segment.com/docs.*\)'
6+
- '(segment.com\/docs.[^)]*)'

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 2.7.8
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)