diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-22 14:54:43 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-22 14:54:43 +0000 |
commit | 0095bbbd728c90839607ced438d29cb72ae4570c (patch) | |
tree | bdfa82a7b6bf32ba770485f997b499b6345e4c56 /.rubocop_todo.yml | |
parent | 19d0fe302b7856071c25908abbf9abee333ca727 (diff) | |
download | redmine-0095bbbd728c90839607ced438d29cb72ae4570c.tar.gz redmine-0095bbbd728c90839607ced438d29cb72ae4570c.zip |
cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/unit/lib/redmine/wiki_formatting_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19170 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 59fc5d1ec..0bbf8cbde 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -40,11 +40,6 @@ Layout/AlignHash: Enabled: false # Cop supports --auto-correct. -Layout/ClosingHeredocIndentation: - Exclude: - - 'test/unit/lib/redmine/wiki_formatting_test.rb' - -# Cop supports --auto-correct. Layout/ClosingParenthesisIndentation: Enabled: false |