Skip to content

Commit 810182f

Browse files
authored
Merge pull request #419 from segmentio/repo-sync
repo sync
2 parents d341a5a + 793cc74 commit 810182f

File tree

13 files changed

+61
-9
lines changed

13 files changed

+61
-9
lines changed

.github/Vocab/Marketing/accept.txt

Whitespace-only changes.

.github/Vocab/Marketing/reject.txt

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

.github/styles/segment/headings.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extends: capitalization
2+
message: "'%s' should be in sentence case"
3+
level: warning
4+
scope: heading
5+
match: $sentence
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
extends: existence
2+
message: Avoid the term '%s'
3+
level: warning
4+
code: false
5+
ignorecase: true
6+
tokens:
7+
- appears to be
8+
- arguably
9+
- grandfather
10+
- powow
11+
- blacklist
12+
- whitelist
13+
- blackhat
14+
- whitehat
15+
- manned
16+
- man-made
17+
- master
18+
- slave
19+
- sanity check
20+
- dummy

.github/styles/segment/links copy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: existence
2+
message: "Write meaningful link text."
3+
level: warning
4+
scope: link
5+
raw:
6+
- '\[?here\]\('

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
StylesPath = vale-styles
1+
StylesPath = .github/styles
22

33
Vocab = Docs
44

src/connections/destinations/catalog/clevertap/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Once the Segment library is integrated, toggle CleverTap on in your Segment dest
99

1010
You can integrate CleverTap using a server-side or mobile destination (iOS or Android). If you are interested in using CleverTap's push notifications or in-app notifications products, you should use the mobile destinations.
1111

12-
All server-side destination requests require either a Segment Anonymous ID or a userId in the payload.
12+
All server-side destination requests requires both the Segment Anonymous ID or a userId in the payload. This is a requirement from CleverTap.
1313

1414
CleverTap supports the `identify`, `track`, `page` (server-side only), and `screen` (iOS and server-side only) methods.
1515

src/utils/vale-test.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
title: Vale test
33
hidden: true
44
---
5-
This file will test various Vale styles we have installed (e.g. this exclamation point!) Neat!
5+
sdfsdfd
66

7-
Links to docs should be relative, for example [here](https://www.segment.com/docs/connections).
7+
Slave should flag, and so should grandfather.
88

9-
For example, like [this](/docs/connections)
9+
## Sentence Case Here
1010

11-
segment.com/docs
1211

13-
Here's an update.
14-
![alt tag](/diagram-library/Elements.png)

0 commit comments

Comments
 (0)