mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8 lines
208 B
YAML
8 lines
208 B
YAML
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,}'
|