Updated Rubocop for generator_templates/

This commit is contained in:
Yorick Peterse 2016-05-19 15:32:07 -05:00
parent 9429da3ae2
commit e3aaab2d26
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ AllCops:
- 'lib/email_validator.rb'
- 'lib/gitlab/upgrader.rb'
- 'lib/gitlab/seeder.rb'
- 'lib/templates/**/*'
- 'generator_templates/**/*'
##################### Style ##################################