rubocop: move Layout/AlignArguments temporarily from .rubocop_todo.yml to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@18850 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-23 06:44:20 +00:00
parent 6a6d5e4560
commit 082f1eed51
2 changed files with 4 additions and 6 deletions

View 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

View 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