mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
87b9d569ca
Signed-off-by: Miah Johnson <miah@chia-pet.org>
9 lines
313 B
YAML
9 lines
313 B
YAML
AllCops:
|
|
Exclude:
|
|
- 'test/kitchen/**/*'
|
|
- 'test/integration/**/controls/**/*.rb'
|
|
- 'test/unit/mock/profiles/**/*.rb'
|
|
- 'test/unit/mock/config_dirs/**/*.rb'
|
|
- 'lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/**/*'
|
|
- 'examples/**/controls/*.rb'
|
|
- 'vendor/bundle/**/*'
|