mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
881b315add
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
11 lines
365 B
YAML
11 lines
365 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/**/*.rb'
|
|
- 'vendor/bundle/**/*'
|
|
Layout/ArgumentAlignment:
|
|
EnforcedStyle: with_first_argument
|