rubocop: enable Layout/AlignArguments

git-svn-id: http://svn.redmine.org/redmine/trunk@19058 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-09 18:17:25 +00:00
parent eb18ef819f
commit e7121752c2
2 changed files with 26 additions and 4 deletions

View File

@@ -26,10 +26,6 @@ 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