Periods.yml 208 B

1234567
  1. extends: existence
  2. message: "Don't use periods with acronyms or initialisms such as '%s'."
  3. link: 'https://developers.google.com/style/abbreviations'
  4. level: error
  5. nonword: true
  6. tokens:
  7. - '\b(?:[A-Z]\.){3,}'