Exclamation.yml 208 B

123456789
  1. extends: existence
  2. message: "Don't use exclamation points in text."
  3. link: 'https://developers.google.com/style/exclamation-points'
  4. nonword: true
  5. level: error
  6. action:
  7. name: remove
  8. tokens:
  9. - '\w+!(?:\s|$)'