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