2019-05-31 21:59:41 +00:00
|
|
|
AllCops:
|
|
|
|
Exclude:
|
2019-10-17 05:27:45 +00:00
|
|
|
- 'test/kitchen/**/*'
|
2019-05-31 21:59:41 +00:00
|
|
|
- 'test/integration/**/controls/**/*.rb'
|
2019-11-09 03:08:20 +00:00
|
|
|
- 'test/fixtures/profiles/**/*.rb'
|
|
|
|
- 'test/fixtures/config_dirs/**/*.rb'
|
2019-06-01 20:06:45 +00:00
|
|
|
- 'lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/**/*'
|
2021-11-24 03:46:54 +00:00
|
|
|
- 'examples/**/*.rb'
|
2019-06-01 20:06:45 +00:00
|
|
|
- 'vendor/bundle/**/*'
|
2020-08-12 20:12:26 +00:00
|
|
|
Layout/ArgumentAlignment:
|
2019-11-07 23:17:22 +00:00
|
|
|
EnforcedStyle: with_first_argument
|