mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
be7cc0932a
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
24 lines
466 B
YAML
24 lines
466 B
YAML
extends: conditional
|
|
message: "'%s' has no definition."
|
|
link: https://docs.microsoft.com/en-us/style-guide/acronyms
|
|
level: suggestion
|
|
ignorecase: false
|
|
# Ensures that the existence of 'first' implies the existence of 'second'.
|
|
first: '\b([A-Z]{3,5})\b'
|
|
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
|
|
# ... with the exception of these:
|
|
exceptions:
|
|
- REST
|
|
- API
|
|
- CMDB
|
|
- URL
|
|
- FQDN
|
|
- CPU
|
|
- https
|
|
- JSON
|
|
- AWS
|
|
- VPN
|
|
- CIDR
|
|
- DHCP
|
|
- ARN
|
|
- IAM
|