mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
Tell Rubocop to ignore lib/templates
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user