mirror of https://github.com/lukechilds/docs.git
Patrick Gray
4 years ago
committed by
Patrick Gray
3 changed files with 11 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
extends: existence |
||||
|
message: "'%s' should be in uppercase." |
||||
|
link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings' |
||||
|
nonword: true |
||||
|
level: warning |
||||
|
scope: heading |
||||
|
tokens: |
||||
|
- ':\s[a-z]' |
Loading…
Reference in new issue