mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Cleanup RuboCop configuration file (#1161)
This commit is contained in:
committed by
Mike Angell
parent
ef13343591
commit
ca207ed93f
@@ -1,5 +1,5 @@
|
||||
inherit_from:
|
||||
- https://shopify.github.io/ruby-style-guide/rubocop.yml
|
||||
- 'https://shopify.github.io/ruby-style-guide/rubocop.yml'
|
||||
- .rubocop_todo.yml
|
||||
|
||||
require: rubocop-performance
|
||||
@@ -10,7 +10,7 @@ Performance:
|
||||
AllCops:
|
||||
Exclude:
|
||||
- 'vendor/bundle/**/*'
|
||||
|
||||
|
||||
Naming/MethodName:
|
||||
Exclude:
|
||||
- 'example/server/liquid_servlet.rb'
|
||||
- 'example/server/liquid_servlet.rb'
|
||||
|
||||
Reference in New Issue
Block a user