Этот коммит содержится в:
Mattia Roccoberton
2021-05-23 14:23:56 +02:00
родитель 9b460d36e3
Коммит 0b44c683e6
9 изменённых файлов: 162 добавлений и 3 удалений

Просмотреть файл

@@ -1,6 +1,12 @@
inherit_from:
- https://relaxed.ruby.style/rubocop.yml
require:
- rubocop-packaging
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
Exclude:
- bin/*
@@ -17,6 +23,14 @@ Layout/LineLength:
Enabled: true
Max: 120
RSpec/ExampleLength:
# default 5
Max: 12
RSpec/MultipleExpectations:
# default 1
Max: 4
Style/HashEachMethods:
Enabled: true