mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
15 lines
306 B
YAML
15 lines
306 B
YAML
|
extends: existence
|
||
|
message: "Don't use '%s'."
|
||
|
# See the A-Z word list
|
||
|
link: https://docs.microsoft.com/en-us/style-guide
|
||
|
ignorecase: true
|
||
|
level: error
|
||
|
tokens:
|
||
|
- abortion
|
||
|
- and so on
|
||
|
- app(?:lication)s? (?:developer|program)
|
||
|
- app(?:lication)? file
|
||
|
- backbone
|
||
|
- backend
|
||
|
- contiguous selection
|