Files
x-stake/.rubocop.yml
2021-08-04 23:06:28 -03:00

19 lines
248 B
YAML

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