diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-09 16:05:07 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-09 16:05:07 +0000 |
commit | fb84731bcdc8ebb9c42c2e5b30b403ae5065da31 (patch) | |
tree | 89414b1e068a6ccf5ffdfb53d6f11b58b9fcd460 /.rubocop_todo.yml | |
parent | 7867b4dcd5d6621cf079fc819d49b797a8be3e08 (diff) | |
download | redmine-fb84731bcdc8ebb9c42c2e5b30b403ae5065da31.tar.gz redmine-fb84731bcdc8ebb9c42c2e5b30b403ae5065da31.zip |
cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19028 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9cc849026..b6be89b0a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -15,13 +15,6 @@ Layout/AlignHash: Enabled: false # Cop supports --auto-correct. -# Configuration parameters: EnforcedStyleAlignWith. -# SupportedStylesAlignWith: either, start_of_block, start_of_line -Layout/BlockAlignment: - Exclude: - - 'app/models/time_entry.rb' - -# Cop supports --auto-correct. Layout/BlockEndNewline: Exclude: - 'app/models/message.rb' |