mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
This is the first step in bringing Liquid style inline with Shopify ruby style
16 lines
280 B
YAML
16 lines
280 B
YAML
inherit_from:
|
|
- https://shopify.github.io/ruby-style-guide/rubocop.yml
|
|
- .rubocop_todo.yml
|
|
|
|
require: rubocop-performance
|
|
|
|
Performance:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- 'vendor/bundle/**/*'
|
|
|
|
Naming/MethodName:
|
|
Exclude:
|
|
- 'example/server/liquid_servlet.rb' |