From b30e155d07f11c9420026d163cc9c479887be408 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 24 Nov 2019 05:44:18 +0000 Subject: cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/functional/settings_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19239 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 82c105443..d24b0ad69 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -156,7 +156,6 @@ Layout/IndentFirstArrayElement: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - 'test/functional/auth_sources_controller_test.rb' - 'test/functional/repositories_mercurial_controller_test.rb' - - 'test/functional/settings_controller_test.rb' - 'test/helpers/activities_helper_test.rb' - 'test/helpers/issues_helper_test.rb' - 'test/unit/issue_test.rb' -- cgit v1.2.3