mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Update RuboCop Performance to 1.10 (#34159).
git-svn-id: http://svn.redmine.org/redmine/trunk@20759 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fe2fa3f10c
commit
d19e0f987a
@ -531,6 +531,11 @@ Performance/RedundantMatch:
|
|||||||
- 'lib/redmine/wiki_formatting/textile/formatter.rb'
|
- 'lib/redmine/wiki_formatting/textile/formatter.rb'
|
||||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||||
|
|
||||||
|
# Cop supports --auto-correct.
|
||||||
|
Performance/RedundantSplitRegexpArgument:
|
||||||
|
Exclude:
|
||||||
|
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: AutoCorrect.
|
# Configuration parameters: AutoCorrect.
|
||||||
Performance/StringInclude:
|
Performance/StringInclude:
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@ -94,7 +94,7 @@ group :test do
|
|||||||
gem 'webdrivers', '~> 4.4', require: false
|
gem 'webdrivers', '~> 4.4', require: false
|
||||||
# RuboCop
|
# RuboCop
|
||||||
gem 'rubocop', '~> 1.11.0'
|
gem 'rubocop', '~> 1.11.0'
|
||||||
gem 'rubocop-performance', '~> 1.9.0'
|
gem 'rubocop-performance', '~> 1.10.1'
|
||||||
gem 'rubocop-rails', '~> 2.9.0'
|
gem 'rubocop-rails', '~> 2.9.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user