From f97b9f0fe6231ebb7796634088ccd9523c60f3aa Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 17 Feb 2021 13:38:31 +0000 Subject: [PATCH] Update .rubocop_todo.yml (#32530). git-svn-id: http://svn.redmine.org/redmine/trunk@20750 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 654fa16b6..7579035a7 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -168,8 +168,10 @@ Layout/SpaceAfterComma: - 'lib/redmine/scm/adapters/cvs_adapter.rb' - 'lib/redmine/sort_criteria.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' + - 'test/functional/imports_controller_test.rb' - 'test/integration/layout_test.rb' - 'test/system/timelog_test.rb' + - 'test/unit/attachment_test.rb' - 'test/unit/lib/redmine/field_format/version_field_format_test.rb' # Cop supports --auto-correct. -- 2.39.5