mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
19 lines
321 B
YAML
19 lines
321 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
|
|
NewCops: disable
|
|
Exclude:
|
|
- 'vendor/bundle/**/*'
|
|
|
|
Naming/MethodName:
|
|
Exclude:
|
|
- 'example/server/liquid_servlet.rb'
|