mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
* Use `Regexp#match?` when `MatchData` is not used * Add `TargetRubyVersion: 2.4` to RuboCop config
18 lines
302 B
YAML
18 lines
302 B
YAML
inherit_from:
|
|
- 'https://shopify.github.io/ruby-style-guide/rubocop.yml'
|
|
- .rubocop_todo.yml
|
|
|
|
require: rubocop-performance
|
|
|
|
Performance:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.4
|
|
Exclude:
|
|
- 'vendor/bundle/**/*'
|
|
|
|
Naming/MethodName:
|
|
Exclude:
|
|
- 'example/server/liquid_servlet.rb'
|