From ea5e1adca3b0368b8f6f4e1def9cca8e0ab3c48a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 14 Oct 2019 18:57:02 +0000 Subject: [PATCH] rubocop: remove files from Layout/EmptyLines fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@18671 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f05de1bad..ff077387c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -146,10 +146,7 @@ Layout/EmptyLines: - 'lib/redmine/sudo_mode.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - 'test/functional/activities_controller_test.rb' - - 'test/functional/email_addresses_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb' - - 'test/functional/settings_controller_test.rb' - - 'test/functional/users_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb' - 'test/unit/project_test.rb'