Skip to content

Commit

Permalink
Cleanup RuboCop configuration file (Shopify#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored and shopmike committed Sep 19, 2019
1 parent ef13343 commit ca207ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,7 +10,7 @@ Performance:
AllCops:
Exclude:
- 'vendor/bundle/**/*'

Naming/MethodName:
Exclude:
- 'example/server/liquid_servlet.rb'
- 'example/server/liquid_servlet.rb'

0 comments on commit ca207ed

Please sign in to comment.