From 35de9458c4e1436c380246ef00ed979ce5a28090 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 17 Oct 2019 04:15:58 +0000 Subject: [PATCH] rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/EmptyLines fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@18701 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 222da6adc..937bc2e8c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -129,7 +129,6 @@ Layout/EmptyLines: - 'test/functional/activities_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb' - 'test/helpers/application_helper_test.rb' - - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb' - 'test/unit/query_test.rb' # Cop supports --auto-correct.