diff options
author | Go MAEDA <maeda@farend.jp> | 2024-08-12 07:51:45 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-08-12 07:51:45 +0000 |
commit | 79873291d724025b2082f1d42cabc5c4504c5e0e (patch) | |
tree | 29a68a1097c9592093c4b11ca677a74a10ca52d7 /.rubocop_todo.yml | |
parent | 74e2262efb366a37a70f64dc0faec2d63086b9e5 (diff) | |
download | redmine-79873291d724025b2082f1d42cabc5c4504c5e0e.tar.gz redmine-79873291d724025b2082f1d42cabc5c4504c5e0e.zip |
Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses enabled in rubocop-rails-omakase (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22951 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0c325bb69..cdd5ade40 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -53,29 +53,6 @@ Layout/EmptyLinesAroundExceptionHandlingKeywords: - 'test/functional/settings_controller_test.rb' # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines -Layout/EmptyLinesAroundModuleBody: - Exclude: - - 'app/helpers/attachments_helper.rb' - - 'app/helpers/custom_fields_helper.rb' - - 'app/helpers/email_addresses_helper.rb' - - 'app/helpers/journals_helper.rb' - - 'app/helpers/reports_helper.rb' - - 'app/helpers/routes_helper.rb' - - 'app/helpers/timelog_helper.rb' - - 'app/helpers/trackers_helper.rb' - - 'app/helpers/watchers_helper.rb' - - 'lib/redmine/access_control.rb' - - 'lib/redmine/activity.rb' - - 'lib/redmine/codeset_util.rb' - - 'lib/redmine/configuration.rb' - - 'lib/redmine/helpers/calendar.rb' - - 'lib/redmine/mime_type.rb' - - 'lib/redmine/plugin.rb' - - 'lib/redmine/search.rb' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. Layout/ExtraSpacing: Enabled: false |