mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
b1c2af209b
Signed-off-by: Ryan Davis <zenspider@chef.io>
11 lines
371 B
YAML
11 lines
371 B
YAML
AllCops:
|
|
Exclude:
|
|
- 'test/kitchen/**/*'
|
|
- 'test/integration/**/controls/**/*.rb'
|
|
- 'test/fixtures/profiles/**/*.rb'
|
|
- 'test/fixtures/config_dirs/**/*.rb'
|
|
- 'lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/**/*'
|
|
- 'examples/**/controls/*.rb'
|
|
- 'vendor/bundle/**/*'
|
|
Layout/AlignArguments:
|
|
EnforcedStyle: with_first_argument
|