diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-23 06:44:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-23 06:44:20 +0000 |
commit | 082f1eed51adb3fbfa31e9147c2b7bd60a4f0215 (patch) | |
tree | 991f5051b55af434675ea320ffb7fd3671430f7a /.rubocop.yml | |
parent | 6a6d5e45609f2af448e7201aa6d7c2dd309c1640 (diff) | |
download | redmine-082f1eed51adb3fbfa31e9147c2b7bd60a4f0215.tar.gz redmine-082f1eed51adb3fbfa31e9147c2b7bd60a4f0215.zip |
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
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index de715431b..8a92acfd3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 |