mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayout
git-svn-id: http://svn.redmine.org/redmine/trunk@19282 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
84852c2eb5
commit
28aebbe293
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user