mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
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/**/*'
|