Hyphens.yml 283 B

1234567891011121314
  1. extends: existence
  2. message: "'%s' doesn't need a hyphen."
  3. link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens
  4. level: warning
  5. ignorecase: false
  6. nonword: true
  7. action:
  8. name: edit
  9. params:
  10. - replace
  11. - '-'
  12. - ' '
  13. tokens:
  14. - '\s[^\s-]+ly-'