]> source.dussan.org Git - redmine.git/commitdiff
rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentationConsi...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Sep 2019 10:59:13 +0000 (10:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Sep 2019 10:59:13 +0000 (10:59 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18563 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 961d31898d1152a057e47b75fff1a61dfe5464fe..feb26a8bee241d15d9cbe238b15a0e1d2a64e105 100644 (file)
@@ -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.