mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
11 lines
233 B
YAML
11 lines
233 B
YAML
extends: existence
|
|
message: "In general, use American spelling instead of '%s'."
|
|
link: 'https://developers.google.com/style/spelling'
|
|
ignorecase: true
|
|
level: warning
|
|
tokens:
|
|
- '(?:\w+)nised?'
|
|
- 'colour'
|
|
- 'labour'
|
|
- 'centre'
|