LyHyphens.yml 247 B

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