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:
parent
789a5cd377
commit
acd1e2def8
@ -209,7 +209,7 @@ Style/EmptyElse:
|
||||
EnforcedStyle: empty
|
||||
|
||||
Style/FormatString:
|
||||
EnforcedStyle: sprintf
|
||||
Enabled: false
|
||||
|
||||
Style/FormatStringToken:
|
||||
Enabled: false
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user