diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7fa7ed1f7..9e9f691db 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -177,7 +177,27 @@ Layout/MultilineArrayBraceLayout: # Configuration parameters: EnforcedStyle. # SupportedStyles: symmetrical, new_line, same_line Layout/MultilineHashBraceLayout: - Enabled: false + Exclude: + - 'app/controllers/context_menus_controller.rb' + - 'app/models/auth_source_ldap.rb' + - 'lib/redmine/access_keys.rb' + - 'lib/redmine/helpers/time_report.rb' + - 'lib/redmine/scm/adapters/bazaar_adapter.rb' + - 'lib/redmine/scm/adapters/filesystem_adapter.rb' + - 'lib/redmine/scm/adapters/subversion_adapter.rb' + - 'test/functional/documents_controller_test.rb' + - 'test/functional/imports_controller_test.rb' + - 'test/functional/issues_controller_test.rb' + - 'test/functional/issues_controller_transaction_test.rb' + - 'test/functional/my_controller_test.rb' + - 'test/functional/queries_controller_test.rb' + - 'test/functional/timelog_controller_test.rb' + - 'test/helpers/application_helper_test.rb' + - 'test/integration/api_test/api_test.rb' + - 'test/integration/api_test/memberships_test.rb' + - 'test/integration/api_test/time_entries_test.rb' + - 'test/unit/time_entry_test.rb' + - 'test/unit/version_test.rb' # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle.