Files
activeadmin-quill_editor/.rubocop.yml
2021-05-23 14:51:28 +02:00

42 строки
575 B
YAML

inherit_from:
- https://relaxed.ruby.style/rubocop.yml
require:
- rubocop-packaging
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
Exclude:
- bin/*
- spec/dummy/**/*
NewCops: enable
Gemspec/RequiredRubyVersion:
Enabled: false
Naming/FileName:
Enabled: false
Layout/LineLength:
Enabled: true
Max: 120
RSpec/ExampleLength:
# default 5
Max: 12
RSpec/MultipleExpectations:
# default 1
Max: 4
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true