소스 검색

Update RuboCop Performance to 1.10 (#34159).


git-svn-id: http://svn.redmine.org/redmine/trunk@20759 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 3 년 전
부모
커밋
d19e0f987a
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    0
      .rubocop_todo.yml
  2. 1
    1
      Gemfile

+ 5
- 0
.rubocop_todo.yml 파일 보기

@@ -531,6 +531,11 @@ Performance/RedundantMatch:
- 'lib/redmine/wiki_formatting/textile/formatter.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.
# Configuration parameters: AutoCorrect.
Performance/StringInclude:

+ 1
- 1
Gemfile 파일 보기

@@ -94,7 +94,7 @@ group :test do
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
gem 'rubocop', '~> 1.11.0'
gem 'rubocop-performance', '~> 1.9.0'
gem 'rubocop-performance', '~> 1.10.1'
gem 'rubocop-rails', '~> 2.9.0'
end


Loading…
취소
저장