From: Toshi MARUYAMA Date: Sun, 24 Nov 2019 16:46:58 +0000 (+0000) Subject: rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayout X-Git-Tag: 4.2.0~1358 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=28aebbe2931d124873c137791bdaf99a619aa3f5;p=redmine.git rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayout git-svn-id: http://svn.redmine.org/redmine/trunk@19282 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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.