Skip to content

Commit 782579f

Browse files
authored
Merge pull request #1639 from fluent/lynettemiles/sc-135377/set-amspelling-vale-test-to-error-for-fluent
2 parents 0344c13 + fb9b675 commit 782579f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ at the `suggestion` level and won't block merging.
128128

129129
The following tests are at a `error` level and will prevent merging:
130130

131+
- [AmSpelling](https://developers.google.com/style/word-list)
131132
- [Emdash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml)
132133
- [Endash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml)
133134
- [Exclamation](https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml)

vale-styles/FluentBit/AmSpelling.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extends: existence
2-
message: "In general, use American spelling instead of '%s'."
2+
message: "In general, use US English spelling instead of '%s'."
33
link: 'https://developers.google.com/style/spelling'
44
ignorecase: true
5-
level: suggestion
5+
level: error
66
tokens:
77
- '(?:\w+)nised?'
8-
- '(?:\w+)logue'
8+
- '(?:\w+)logue'

0 commit comments

Comments
 (0)