Files
liquid/.rubocop.yml
Dylan Thacker-Smith f3e2be9f85 Update rubocop
2020-12-11 14:14:15 -05:00

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'