mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
fd127ae4bb
Signed-off-by: Miah Johnson <miah@chia-pet.org>
20 lines
310 B
YAML
20 lines
310 B
YAML
version: "2"
|
|
checks:
|
|
file-lines:
|
|
enabled: false
|
|
plugins:
|
|
fixme:
|
|
enabled: true
|
|
config:
|
|
strings:
|
|
- TODO
|
|
- rubocop:disable
|
|
flog:
|
|
enabled: true
|
|
markdownlint:
|
|
enabled: true
|
|
rubocop:
|
|
enabled: true
|
|
channel: rubocop-0-49
|
|
config:
|
|
file: .rubocop.yml
|