diff options
Diffstat (limited to '.github/styles/Google/Colons.yml')
-rw-r--r-- | .github/styles/Google/Colons.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/styles/Google/Colons.yml b/.github/styles/Google/Colons.yml new file mode 100644 index 00000000..9a4b4b4a --- /dev/null +++ b/.github/styles/Google/Colons.yml @@ -0,0 +1,7 @@ +extends: existence +message: "'%s' should be in lowercase." +link: 'https://developers.google.com/style/colons' +nonword: true +level: warning +tokens: + - ':\s[A-Z]' |