HeadingPunctuation.yml 276 B

12345678910111213
  1. extends: existence
  2. message: "Don't use end punctuation in headings."
  3. link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
  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|$)'