mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
ignore templates in rubocop
This commit is contained in:
parent
96d02ba4a2
commit
48545d9a34
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ AllCops:
|
|||
- 'test/**/*'
|
||||
- 'examples/**/*'
|
||||
- 'vendor/**/*'
|
||||
- 'lib/bundles/inspec-init/templates/**/*'
|
||||
Documentation:
|
||||
Enabled: false
|
||||
AlignParameters:
|
||||
|
|
Loading…
Reference in a new issue