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

Disable RuboCop Style/FormatString (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@22943 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-07-22 08:17:27 +00:00
parent 789a5cd377
commit acd1e2def8
2 changed files with 1 additions and 13 deletions

View File

@ -209,7 +209,7 @@ Style/EmptyElse:
EnforcedStyle: empty
Style/FormatString:
EnforcedStyle: sprintf
Enabled: false
Style/FormatStringToken:
Enabled: false

View File

@ -1004,18 +1004,6 @@ Style/ExplicitBlockArgument:
- 'lib/redmine/scm/adapters/subversion_adapter.rb'
- 'test/test_helper.rb'
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: format, sprintf, percent
Style/FormatString:
Exclude:
- 'app/models/query.rb'
- 'lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb'
- 'lib/redmine/export/csv.rb'
- 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/i18n.rb'
- 'lib/redmine/info.rb'
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Exclude: