1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Disable RuboCop Style/Semicolon (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@21821 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-09-19 05:46:24 +00:00
parent e4b5a479fd
commit 60a7e6383e
2 changed files with 3 additions and 17 deletions

View File

@ -204,6 +204,9 @@ Style/NegatedIfElseCondition:
Style/RaiseArgs:
Enabled: false
Style/Semicolon:
Enabled: false
Style/SlicingWithRange:
Enabled: false

View File

@ -1696,23 +1696,6 @@ Style/SelfAssignment:
- 'lib/redmine/helpers/gantt.rb'
- '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: