mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 07:45:41 +03:00
25 lines
412 B
YAML
25 lines
412 B
YAML
inherit_gem:
|
|
rubocop-shopify: rubocop.yml
|
|
|
|
inherit_from:
|
|
- .rubocop_todo.yml
|
|
|
|
require: rubocop-performance
|
|
|
|
Performance:
|
|
Enabled: true
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.5
|
|
NewCops: disable
|
|
Exclude:
|
|
- 'vendor/bundle/**/*'
|
|
|
|
Naming/MethodName:
|
|
Exclude:
|
|
- 'example/server/liquid_servlet.rb'
|
|
|
|
# Backport https://github.com/Shopify/ruby-style-guide/pull/258
|
|
Layout/BeginEndAlignment:
|
|
Enabled: true
|