Files
activeadmin-quill_editor/.rubocop.yml
Mattia Roccoberton 668bd642e5 Add Rubocop
2020-09-03 11:26:54 +02:00

28 строки
385 B
YAML

inherit_from:
- https://relaxed.ruby.style/rubocop.yml
AllCops:
Exclude:
- bin/*
- spec/dummy/**/*
NewCops: enable
Gemspec/RequiredRubyVersion:
Enabled: false
Naming/FileName:
Enabled: false
Layout/LineLength:
Enabled: true
Max: 120
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true