- '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:
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