Skip to content

Commit 998e7ec

Browse files
Merge pull request #3069 from segmentio/develop
Release 22.24.2
2 parents 93ec7cf + 03628dc commit 998e7ec

File tree

30 files changed

+419
-311
lines changed

30 files changed

+419
-311
lines changed

.github/Vocab/Marketing/accept.txt

Whitespace-only changes.

.github/Vocab/Marketing/reject.txt

Whitespace-only changes.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async
2525
Blitzllama
2626
blocklist
2727
boolean
28+
Breyta
2829
Chargebee
2930
CloudFront
3031
Cocoapods
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you see an error or something incorrect on a specific page, click Request doc
2828

2929
### Pull Requests
3030

31-
If you would like to update the documentation yourself, create a Pull Request to bring it to the team’s attention. Click Edit this page to edit the page directly on GitHub. Alternatively, you can clone the repository and submit your Pull Request that way. For more information, see [Contributing](CONTRIBUTING.md) and the [Developer Guide](devguide.md)
31+
If you would like to update the documentation yourself, create a Pull Request to bring it to the team’s attention. Click Edit this page to edit the page directly on GitHub. Alternatively, you can clone the repository and submit your Pull Request that way. For more information, see [Contributing](CONTRIBUTING.md) and the [Developer Guide](devguide.md).
3232

3333

3434

0 commit comments

Comments
 (0)