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:
Miah Johnson 2019-05-31 14:59:41 -07:00 committed by Ryan Davis
parent 52423e8a0c
commit c0a4dfeea4

5
.rubocop.yml Normal file
View file

@ -0,0 +1,5 @@
AllCops:
Exclude:
- 'test/integration/**/controls/**/*.rb'
- 'test/unit/mock/profiles/**/*.rb'
- 'test/unit/mock/config_dirs/**/*.rb'