Files
x-stake/.rubocop.yml
2021-08-03 19:20:33 -03:00

13 lines
163 B
YAML

inherit_gem:
rubocop-shopify: rubocop.yml
require:
- rubocop-rails
- rubocop-rspec
AllCops:
NewCops: enable
Exclude:
- db/schema.rb
- bin/**/*