ignore templates in rubocop

This commit is contained in:
Christoph Hartmann 2016-02-14 21:28:11 +01:00
parent 96d02ba4a2
commit 48545d9a34

View file

@ -6,6 +6,7 @@ AllCops:
- 'test/**/*'
- 'examples/**/*'
- 'vendor/**/*'
- 'lib/bundles/inspec-init/templates/**/*'
Documentation:
Enabled: false
AlignParameters: