зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
45 строки
616 B
YAML
45 строки
616 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
|
|
- spec/dummy/**/*
|
|
- vendor/**/*
|
|
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
|