]> source.dussan.org Git - redmine.git/commitdiff
rubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to .rubocop.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 20 Nov 2019 17:05:13 +0000 (17:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 20 Nov 2019 17:05:13 +0000 (17:05 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19106 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml
.rubocop_todo.yml

index a893304dea41fff0b0b7a490e17e3918a3bd91af..0412278c7eda255eacb7e3af2898a9426d768d75 100644 (file)
@@ -26,6 +26,10 @@ require:
 Bundler/OrderedGems:
   Enabled: false
 
+Layout/CaseIndentation:
+  Exclude:
+    - 'config/initializers/10-patches.rb'
+
 Layout/EmptyLineBetweenDefs:
   AllowAdjacentOneLineDefs: true
 
index e91e986efd0ca12838fbc85a7c5da38dd4f71cba..badd847f320b60c4371e4d450258da04885733bb 100644 (file)
@@ -40,13 +40,6 @@ Layout/AlignArguments:
 Layout/AlignHash:
   Enabled: false
 
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth.
-# SupportedStyles: case, end
-Layout/CaseIndentation:
-  Exclude:
-    - 'config/initializers/10-patches.rb'
-
 # Cop supports --auto-correct.
 Layout/ClosingHeredocIndentation:
   Exclude: