summaryrefslogtreecommitdiff
path: root/.github/styles/Google/HeadingPunctuation.yml
blob: 5c39abbff9bf9fbb1a6a957f7f5c061959647c07 (plain)
1
2
3
4
5
6
7
8
extends: existence
message: "Don't put a period at the end of a heading."
link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings'
nonword: true
level: warning
scope: heading
tokens:
  - '[a-z0-9][.](?:\s|$)'