FirstPerson.yml 273 B

12345678910111213
  1. extends: existence
  2. message: "Use first person (such as '%s') sparingly."
  3. link: https://docs.microsoft.com/en-us/style-guide/grammar/person
  4. ignorecase: true
  5. level: warning
  6. nonword: true
  7. tokens:
  8. - (?:^|\s)I\s
  9. - (?:^|\s)I,\s
  10. - \bI'm\b
  11. - \bme\b
  12. - \bmy\b
  13. - \bmine\b