зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-04 02:35:51 +03:00
chore: Update Rubocop config
Этот коммит содержится в:
@@ -2,11 +2,15 @@
|
|||||||
inherit_from:
|
inherit_from:
|
||||||
- https://relaxed.ruby.style/rubocop.yml
|
- https://relaxed.ruby.style/rubocop.yml
|
||||||
|
|
||||||
require:
|
plugins:
|
||||||
- rubocop-packaging
|
- rubocop-capybara
|
||||||
- rubocop-performance
|
- rubocop-performance
|
||||||
- rubocop-rails
|
- rubocop-rails
|
||||||
- rubocop-rspec
|
- rubocop-rspec
|
||||||
|
- rubocop-rspec_rails
|
||||||
|
|
||||||
|
require:
|
||||||
|
- rubocop-packaging
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -38,10 +38,12 @@ gem 'rspec-retry'
|
|||||||
# Linters
|
# Linters
|
||||||
gem 'fasterer'
|
gem 'fasterer'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
|
gem 'rubocop-capybara'
|
||||||
gem 'rubocop-packaging'
|
gem 'rubocop-packaging'
|
||||||
gem 'rubocop-performance'
|
gem 'rubocop-performance'
|
||||||
gem 'rubocop-rails'
|
gem 'rubocop-rails'
|
||||||
gem 'rubocop-rspec'
|
gem 'rubocop-rspec'
|
||||||
|
gem 'rubocop-rspec_rails'
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user