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>
11 lines
221 B
YAML
11 lines
221 B
YAML
extends: substitution
|
|
message: "Use '%s' instead of '%s'"
|
|
level: error
|
|
ignorecase: false
|
|
swap:
|
|
'Microsoft Windows': Windows
|
|
'windows': Windows
|
|
'linux': Linux
|
|
'postgreSQL' : PostgreSQL
|
|
'postgresql' : PostgreSQL
|
|
|