Cleanup RuboCop configuration file (#1161)

This commit is contained in:
Ashwin Maroli
2019-09-20 00:55:01 +10:00
committed by Mike Angell
parent ef13343591
commit ca207ed93f
+3 -3
View File
@@ -1,5 +1,5 @@
inherit_from: inherit_from:
- https://shopify.github.io/ruby-style-guide/rubocop.yml - 'https://shopify.github.io/ruby-style-guide/rubocop.yml'
- .rubocop_todo.yml - .rubocop_todo.yml
require: rubocop-performance require: rubocop-performance
@@ -10,7 +10,7 @@ Performance:
AllCops: AllCops:
Exclude: Exclude:
- 'vendor/bundle/**/*' - 'vendor/bundle/**/*'
Naming/MethodName: Naming/MethodName:
Exclude: Exclude:
- 'example/server/liquid_servlet.rb' - 'example/server/liquid_servlet.rb'