Skip to content

Commit 368bbe0

Browse files
Merge pull request #18 from iafisher/master
A few fixes to work with version 2.29 of Vale on Linux
2 parents 00d70e6 + 099290f commit 368bbe0

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

Openly/Link.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
message: "Don't use '%s' as the content of a link."
2+
message: "Don't use 'here' as the content of a link."
33
extends: existence
44
ignorecase: true
5-
scope: link
5+
scope: raw
66
level: error
7-
tokens:
8-
- here
7+
raw:
8+
- '\[here\]\(.+\)'

Openly/Spelling.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ message: "Did you really mean '%s'?"
44
level: error
55
code: false
66
ignore:
7-
- openly/tech-terms/security.txt
8-
- openly/tech-terms/blockchain.txt
9-
- openly/tech-terms/devops.txt
10-
- openly/tech-terms/general.txt
11-
- openly/tech-terms/techwriting.txt
12-
- openly/tech-terms/mobile.txt
13-
- openly/tech-terms/java.txt
14-
- openly/tech-terms/linux.txt
15-
- openly/tech-terms/tech-slang.txt
16-
- openly/tech-terms/csharp.txt
17-
- openly/tech-terms/ddd.txt
18-
- openly/tech-terms/business.txt
19-
- openly/tech-terms/monitoring.txt
20-
- openly/tech-terms/apis.txt
21-
- openly/tech-terms/geospatial.txt
7+
- Openly/tech-terms/security.txt
8+
- Openly/tech-terms/blockchain.txt
9+
- Openly/tech-terms/devops.txt
10+
- Openly/tech-terms/general.txt
11+
- Openly/tech-terms/techwriting.txt
12+
- Openly/tech-terms/mobile.txt
13+
- Openly/tech-terms/java.txt
14+
- Openly/tech-terms/linux.txt
15+
- Openly/tech-terms/tech-slang.txt
16+
- Openly/tech-terms/csharp.txt
17+
- Openly/tech-terms/ddd.txt
18+
- Openly/tech-terms/business.txt
19+
- Openly/tech-terms/monitoring.txt
20+
- Openly/tech-terms/apis.txt

0 commit comments

Comments
 (0)