diff options
Diffstat (limited to '.github/styles/Google/Spelling.yml')
-rw-r--r-- | .github/styles/Google/Spelling.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/styles/Google/Spelling.yml b/.github/styles/Google/Spelling.yml new file mode 100644 index 00000000..57acb884 --- /dev/null +++ b/.github/styles/Google/Spelling.yml @@ -0,0 +1,8 @@ +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?' + - '(?:\w+)logue' |