summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-13 16:22:31 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-13 16:22:31 +0000
commit940377314bc2a06897f31ab7935d6949aedab7fe (patch)
tree917414a18c34141902ddea1834d4f4b9c799feb6 /.rubocop_todo.yml
parent1977128c0b6a15b1d718df69814774e67fc1fe7f (diff)
downloadredmine-940377314bc2a06897f31ab7935d6949aedab7fe.tar.gz
redmine-940377314bc2a06897f31ab7935d6949aedab7fe.zip
code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18644 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 0ac19656f..38b0738e2 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -286,7 +286,6 @@ Layout/IndentHeredoc:
# SupportedStyles: normal, indented_internal_methods
Layout/IndentationConsistency:
Exclude:
- - 'test/helpers/application_helper_test.rb'
- 'test/integration/api_test/custom_fields_attribute_test.rb'
- 'test/mocks/open_id_authentication_mock.rb'