HeadingPunctuation.yml 303 B

12345678910111213
  1. extends: existence
  2. message: "Don't put a period at the end of a heading."
  3. link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings'
  4. nonword: true
  5. level: warning
  6. scope: heading
  7. action:
  8. name: edit
  9. params:
  10. - remove
  11. - '.'
  12. tokens:
  13. - '[a-z0-9][.](?:\s|$)'