]> source.dussan.org Git - redmine.git/commitdiff
rubocop: move Layout/AlignArguments temporarily from .rubocop_todo.yml to .rubocop.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 23 Oct 2019 06:44:20 +0000 (06:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 23 Oct 2019 06:44:20 +0000 (06:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18850 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml
.rubocop_todo.yml

index de715431bdbdcbd0ea9320b641ef67314641f280..8a92acfd3526cdffd4b23076b39cd0da6ea3b25b 100644 (file)
@@ -26,6 +26,10 @@ require:
 Bundler/OrderedGems:
   Enabled: false
 
+# You can see results by changing "Enabled: true" and "rubocop --only Layout/AlignArguments"
+Layout/AlignArguments:
+  Enabled: false
+
 Layout/EmptyLineBetweenDefs:
   AllowAdjacentOneLineDefs: true
 
index 6d56c75a0ef5a5b71bfa7a724d0335c57e1a2db5..8517c19cec384dc2f6937b923a9610ccfee0c1fc 100644 (file)
@@ -6,12 +6,6 @@
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, IndentationWidth.
-# SupportedStyles: with_first_argument, with_fixed_indentation
-Layout/AlignArguments:
-  Enabled: false
-
 # Cop supports --auto-correct.
 # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
 # SupportedHashRocketStyles: key, separator, table