From: Toshi MARUYAMA Date: Mon, 30 Sep 2019 10:59:13 +0000 (+0000) Subject: rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentationConsi... X-Git-Tag: 4.1.0~517 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=90d7d5872891f650441597214fd19e245f60e217;p=redmine.git 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 --- 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.