summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-30 10:59:13 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-30 10:59:13 +0000
commit90d7d5872891f650441597214fd19e245f60e217 (patch)
treee429aa8510bc164021c5e5f4732e97a691490aa1 /.rubocop_todo.yml
parentb3955c935edab7cc61aa53b3b726017ba8a55697 (diff)
downloadredmine-90d7d5872891f650441597214fd19e245f60e217.tar.gz
redmine-90d7d5872891f650441597214fd19e245f60e217.zip
rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentationConsistency fixed by previous revisions
git-svn-id: http://svn.redmine.org/redmine/trunk@18563 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 961d31898..feb26a8be 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -286,7 +286,6 @@ Layout/IndentationConsistency:
- 'test/functional/project_enumerations_controller_test.rb'
- 'test/helpers/application_helper_test.rb'
- 'test/integration/api_test/custom_fields_attribute_test.rb'
- - 'test/integration/api_test/issues_test.rb'
- 'test/mocks/open_id_authentication_mock.rb'
# Cop supports --auto-correct.