mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
21 lines
305 B
YAML
21 lines
305 B
YAML
inherit_gem:
|
|
rubocop-shopify: rubocop.yml
|
|
|
|
inherit_from:
|
|
- .rubocop_todo.yml
|
|
|
|
require: rubocop-performance
|
|
|
|
Performance:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.4
|
|
NewCops: disable
|
|
Exclude:
|
|
- 'vendor/bundle/**/*'
|
|
|
|
Naming/MethodName:
|
|
Exclude:
|
|
- 'example/server/liquid_servlet.rb'
|