add shopify rubocop
This commit is contained in:
12
.rubocop.yml
Normal file
12
.rubocop.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
inherit_gem:
|
||||
rubocop-shopify: rubocop.yml
|
||||
|
||||
require:
|
||||
- rubocop-rails
|
||||
- rubocop-rspec
|
||||
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
Exclude:
|
||||
- db/schema.rb
|
||||
- bin/**/*
|
||||
Reference in New Issue
Block a user