summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-09-19 05:46:24 +0000
committerGo MAEDA <maeda@farend.jp>2022-09-19 05:46:24 +0000
commit60a7e6383e77156863aa336bed2b317690c8f202 (patch)
treee1253b578c90286f4541c8efc126d9bd8fe05dad /.rubocop_todo.yml
parente4b5a479fd69ac82ab3dc7df94b14b57c85408e7 (diff)
downloadredmine-60a7e6383e77156863aa336bed2b317690c8f202.tar.gz
redmine-60a7e6383e77156863aa336bed2b317690c8f202.zip
Disable RuboCop Style/Semicolon (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21821 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index de3a00c03..259105a4b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1697,23 +1697,6 @@ Style/SelfAssignment:
- 'lib/redmine/helpers/time_report.rb'
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: AllowAsExpressionSeparator.
-Style/Semicolon:
- Exclude:
- - 'app/controllers/account_controller.rb'
- - 'app/controllers/context_menus_controller.rb'
- - 'app/controllers/journals_controller.rb'
- - 'app/controllers/messages_controller.rb'
- - 'app/controllers/repositories_controller.rb'
- - 'app/models/journal.rb'
- - 'app/models/mail_handler.rb'
- - 'app/models/query.rb'
- - 'lib/redmine/configuration.rb'
- - 'lib/redmine/scm/adapters/git_adapter.rb'
- - 'lib/redmine/sort_criteria.rb'
- - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
-
-# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowIfMethodIsEmpty.
Style/SingleLineMethods:
Enabled: false