FirstPerson.yml 277 B

12345678910111213
  1. extends: existence
  2. message: "Avoid first-person pronouns such as '%s'."
  3. link: 'https://developers.google.com/style/pronouns#personal-pronouns'
  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