From 443c3aa5972fda2f9899fe3618ebfb9a31f59e1f Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 11 May 2016 12:43:54 +0200 Subject: [PATCH] Tell Rubocop to ignore lib/templates --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9f179efa3ce..5d56be65f1d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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