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