From 3c5d5df196537f9e7349966620be852271bc96c2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 7 Oct 2019 02:02:40 +0000 Subject: [PATCH] rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentHeredoc and Layout/IndentationConsistency fixed by r18593 git-svn-id: http://svn.redmine.org/redmine/trunk@18603 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ff9f9fcea..52d092c3f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -58,7 +58,6 @@ Layout/BlockAlignment: - 'app/models/principal.rb' - 'app/models/project.rb' - 'app/models/time_entry.rb' - - 'test/functional/issues_controller_test.rb' - 'test/unit/lib/redmine/menu_manager/mapper_test.rb' - 'test/unit/lib/redmine/menu_manager/menu_helper_test.rb' @@ -295,7 +294,6 @@ Layout/IndentHeredoc: Layout/IndentationConsistency: Exclude: - 'app/models/attachment.rb' - - 'test/functional/issues_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/integration/api_test/custom_fields_attribute_test.rb'