]> source.dussan.org Git - redmine.git/commitdiff
Update .rubocop_todo.yml (#32530).
authorGo MAEDA <maeda@farend.jp>
Wed, 17 Feb 2021 13:38:31 +0000 (13:38 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 17 Feb 2021 13:38:31 +0000 (13:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20750 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 654fa16b6ca9924dbb7f134578a5069ca6cafbee..7579035a7e8b873c442f04d39b41473e24b9fa11 100644 (file)
@@ -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.