mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
5a0dd5a5d8
Signed-off-by: Miah Johnson <miah@chia-pet.org>
8 lines
287 B
YAML
8 lines
287 B
YAML
AllCops:
|
|
Exclude:
|
|
- '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/**/*'
|