diff options
author | Go MAEDA <maeda@farend.jp> | 2024-08-12 08:36:05 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-08-12 08:36:05 +0000 |
commit | 6e21ae720909f9980e58c9411fb9ed8a81f06833 (patch) | |
tree | cdf11a115134b45344fe180f829c1686981b47b1 /.rubocop_todo.yml | |
parent | b224d878c33d24df81650667d18035652a18911f (diff) | |
download | redmine-6e21ae720909f9980e58c9411fb9ed8a81f06833.tar.gz redmine-6e21ae720909f9980e58c9411fb9ed8a81f06833.zip |
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in rubocop-rails-omakase (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22953 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 84baf94e1..64cf76967 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -109,24 +109,6 @@ Layout/MultilineOperationIndentation: Enabled: false # This cop supports safe autocorrection (--autocorrect). -Layout/SpaceAfterComma: - Exclude: - - 'lib/redmine/configuration.rb' - - 'lib/redmine/helpers/time_report.rb' - - 'lib/redmine/imap.rb' - - 'lib/redmine/pop3.rb' - - 'lib/redmine/project_jump_box.rb' - - 'lib/redmine/safe_attributes.rb' - - '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' - -# This cop supports safe autocorrection (--autocorrect). Layout/SpaceAfterNot: Exclude: - 'app/controllers/application_controller.rb' |