mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
7 lines
237 B
YAML
7 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}'
|