summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 11:41:10 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 11:41:10 +0000
commit65328a5d53139a44ad4d8c18ecfe1f3d29174abb (patch)
tree3d23570c523a1e1e5717d7cc47a81b9605faa217
parent1961acdb87b98fc124725295af28795b11e218de (diff)
downloadredmine-65328a5d53139a44ad4d8c18ecfe1f3d29174abb.tar.gz
redmine-65328a5d53139a44ad4d8c18ecfe1f3d29174abb.zip
rubocop: remove test/helpers/application_helper_test.rb from Layout/CaseIndentation and Layout/IndentHeredoc fixed by previous revisions
git-svn-id: http://svn.redmine.org/redmine/trunk@18809 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.rubocop_todo.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 38618a59f..995387a22 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -65,7 +65,6 @@ Layout/CaseIndentation:
# Cop supports --auto-correct.
Layout/ClosingHeredocIndentation:
Exclude:
- - 'test/helpers/application_helper_test.rb'
- 'test/integration/lib/redmine/hook_test.rb'
- 'test/unit/lib/redmine/unified_diff_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
@@ -181,7 +180,6 @@ Layout/IndentFirstHashElement:
# SupportedStyles: squiggly, active_support, powerpack, unindent
Layout/IndentHeredoc:
Exclude:
- - 'test/helpers/application_helper_test.rb'
- 'test/integration/lib/redmine/hook_test.rb'
- 'test/unit/lib/redmine/syntax_highlighting/rouge_test.rb'
- 'test/unit/lib/redmine/unified_diff_test.rb'