-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vale rule to match OK style guidance
Signed-off-by: Jack Baldry <[email protected]>
- Loading branch information
Showing
5 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
testinvalid.md:4:3:Grafana.OK:Use okay instead of 'OK'. | ||
testinvalid.md:5:3:Grafana.OK:Use okay instead of 'ok'. | ||
testinvalid.md:6:3:Grafana.OK:Use okay instead of 'Ok'. | ||
testinvalid.md:10:3:Grafana.OK:Use okay instead of 'A-OK'. | ||
testinvalid.md:11:3:Grafana.OK:Use okay instead of 'hokay'. | ||
testinvalid.md:12:3:Grafana.OK:Use okay instead of 'k'. | ||
testinvalid.md:13:3:Grafana.OK:Use okay instead of 'keh'. | ||
testinvalid.md:14:3:Grafana.OK:Use okay instead of 'kk'. | ||
testinvalid.md:15:3:Grafana.OK:Use okay instead of 'M'kay'. | ||
testinvalid.md:16:3:Grafana.OK:Use okay instead of 'oka'. | ||
testinvalid.md:17:3:Grafana.OK:Use okay instead of 'okeh'. | ||
testinvalid.md:18:3:Grafana.OK:Use okay instead of 'Okie dokie'. | ||
testinvalid.md:19:3:Grafana.OK:Use okay instead of 'Okily Dokily'. | ||
testinvalid.md:4:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:5:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:6:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:7:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:8:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:12:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:13:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:14:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:15:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:16:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:17:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:18:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:19:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:20:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code | ||
testinvalid.md:21:3:Grafana.OK:Don't use any variation of okay in prose. The exceptions are when you’re referencing or quoting: - A user interface - HTTP status codes or other code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ Don't use: | |
- OK | ||
- ok | ||
- Ok | ||
- okay | ||
- Okay | ||
|
||
Also avoid: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
Instead use: | ||
|
||
- Okay | ||
- okay | ||