mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8 lines
237 B
YAML
8 lines
237 B
YAML
|
extends: existence
|
||
|
message: "Avoid using acronyms in a title or heading."
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/acronyms#be-careful-with-acronyms-in-titles-and-headings
|
||
|
level: warning
|
||
|
scope: heading
|
||
|
tokens:
|
||
|
- '[A-Z]{2,4}'
|