summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-23 05:37:55 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-23 05:37:55 +0000
commit6a6d5e45609f2af448e7201aa6d7c2dd309c1640 (patch)
tree5db85362ad70665822d27e84b716920b921f0b1f /.rubocop_todo.yml
parent51380182e07781decc77a311bef77e58e693014f (diff)
downloadredmine-6a6d5e45609f2af448e7201aa6d7c2dd309c1640.tar.gz
redmine-6a6d5e45609f2af448e7201aa6d7c2dd309c1640.zip
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/integration/lib/redmine/hook_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18849 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 9d2fbd964..6d56c75a0 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -47,7 +47,6 @@ Layout/CaseIndentation:
# Cop supports --auto-correct.
Layout/ClosingHeredocIndentation:
Exclude:
- - 'test/integration/lib/redmine/hook_test.rb'
- 'test/unit/lib/redmine/unified_diff_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb'
@@ -154,7 +153,6 @@ Layout/IndentFirstHashElement:
# SupportedStyles: squiggly, active_support, powerpack, unindent
Layout/IndentHeredoc:
Exclude:
- - 'test/integration/lib/redmine/hook_test.rb'
- 'test/unit/lib/redmine/syntax_highlighting/rouge_test.rb'
- 'test/unit/lib/redmine/unified_diff_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'