mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 07:55:41 +03:00
12 lines
309 B
YAML
12 lines
309 B
YAML
require:
|
|
- rubocop-rails
|
|
- rubocop-rspec
|
|
- rubocop-performance
|
|
inherit_from:
|
|
- https://raw.githubusercontent.com/insales/code_style/master/ruby/rubocop.yml
|
|
- https://raw.githubusercontent.com/insales/code_style/master/ruby/rubocop_rails.yml
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.7
|
|
TargetRailsVersion: 6.0
|