inspec/.rubocop.yml
Clinton Wolfe 881b315add Exclude all example .rb files from .rubocop.yml to avoid chefstyle/cookstyle conflict
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-11-23 22:46:54 -05:00

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