mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
We need to ignore some example InSpec profiles, we don't want to apply
chefstyle to them. Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
52423e8a0c
commit
c0a4dfeea4
1 changed files with 5 additions and 0 deletions
5
.rubocop.yml
Normal file
5
.rubocop.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
AllCops:
|
||||
Exclude:
|
||||
- 'test/integration/**/controls/**/*.rb'
|
||||
- 'test/unit/mock/profiles/**/*.rb'
|
||||
- 'test/unit/mock/config_dirs/**/*.rb'
|
Loading…
Reference in a new issue