Tell Rubocop to ignore lib/templates

This commit is contained in:
Yorick Peterse 2016-05-11 12:43:54 +02:00
parent d890807939
commit 443c3aa597
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ AllCops:
- 'lib/email_validator.rb'
- 'lib/gitlab/upgrader.rb'
- 'lib/gitlab/seeder.rb'
- 'lib/templates/**/*'
##################### Style ##################################
@ -276,7 +277,7 @@ Style/IdenticalConditionalBranches:
Enabled: false
# Checks the indentation of the first line of the right-hand-side of a
# multi-line assignment.
# multi-line assignment.
Style/IndentAssignment:
Enabled: false