summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 05:24:57 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 05:24:57 +0000
commit09af8e66836a9084a483b552fe7341f72d8a81fb (patch)
tree8cf8faf34acd7df062885d6c99e5318ea0a343be /.rubocop_todo.yml
parentfae40298d8a512b95877e4d2703233c9132fcefb (diff)
downloadredmine-09af8e66836a9084a483b552fe7341f72d8a81fb.tar.gz
redmine-09af8e66836a9084a483b552fe7341f72d8a81fb.zip
cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/macros_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18987 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 79d42a3b4..7aac33c00 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -40,7 +40,6 @@ Layout/CaseIndentation:
# Cop supports --auto-correct.
Layout/ClosingHeredocIndentation:
Exclude:
- - 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting_test.rb'
@@ -156,7 +155,6 @@ Layout/IndentFirstHashElement:
# SupportedStyles: squiggly, active_support, powerpack, unindent
Layout/IndentHeredoc:
Exclude:
- - 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting_test.rb'