mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Exclude more bundled controls
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
c0a4dfeea4
commit
5a0dd5a5d8
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ AllCops:
|
|||
- '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/**/*'
|
||||
|
|
Loading…
Reference in a new issue