Files
activeadmin-quill_editor/.rubocop.yml
Mattia Roccoberton 6d0599c39e Minor improvements
2022-04-19 21:49:20 +02:00

27 строки
381 B
YAML

---
inherit_from:
- https://relaxed.ruby.style/rubocop.yml
require:
- rubocop-packaging
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
Exclude:
- bin/*
- db/schema.rb
- gemfiles/**/*
- spec/dummy/**/*
- vendor/**/*
NewCops: enable
RSpec/ExampleLength:
# default 5
Max: 12
RSpec/MultipleExpectations:
# default 1
Max: 4