summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-24 16:46:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-24 16:46:58 +0000
commit28aebbe2931d124873c137791bdaf99a619aa3f5 (patch)
tree73406a749ce971ad07f5adb241126cda405c48fa /.rubocop_todo.yml
parent84852c2eb5ec5f18cf0048f3b4367d29326ad28b (diff)
downloadredmine-28aebbe2931d124873c137791bdaf99a619aa3f5.tar.gz
redmine-28aebbe2931d124873c137791bdaf99a619aa3f5.zip
rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayout
git-svn-id: http://svn.redmine.org/redmine/trunk@19282 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml22
1 files changed, 21 insertions, 1 deletions
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.