mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Добавляем конфиг рубокопа и его запуск в CI
This commit is contained in:
11
.rubocop.yml
Normal file
11
.rubocop.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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.6
|
||||
TargetRailsVersion: 5.2
|
||||
Reference in New Issue
Block a user