Contractions.yml 595 B

123456789101112131415161718192021222324252627282930
  1. extends: substitution
  2. message: "Feel free to use '%s' instead of '%s'."
  3. link: 'https://developers.google.com/style/contractions'
  4. level: suggestion
  5. ignorecase: true
  6. action:
  7. name: replace
  8. swap:
  9. are not: aren't
  10. cannot: can't
  11. could not: couldn't
  12. did not: didn't
  13. do not: don't
  14. does not: doesn't
  15. has not: hasn't
  16. have not: haven't
  17. how is: how's
  18. is not: isn't
  19. it is: it's
  20. should not: shouldn't
  21. that is: that's
  22. they are: they're
  23. was not: wasn't
  24. we are: we're
  25. we have: we've
  26. were not: weren't
  27. what is: what's
  28. when is: when's
  29. where is: where's
  30. will not: won't