Spacing.yml 226 B

12345678910
  1. extends: existence
  2. message: "'%s' should have one space."
  3. link: 'https://developers.google.com/style/sentence-spacing'
  4. level: error
  5. nonword: true
  6. action:
  7. name: remove
  8. tokens:
  9. - '[a-z][.?!] {2,}[A-Z]'
  10. - '[a-z][.?!][A-Z]'