Я бы хотел использовать только несколько копов из драгоценного камня rubocop-rspe c.
Я пробовал этот способ, но он не работает:
require:
- rubocop-rspec
RSpec:
Enabled: false
RSpec/ExampleWithoutDescription:
Enabled: true
Я также пробовал это:
require:
- rubocop-rspec
AllCops:
RSpec:
Enabled: false
RSpec/ExampleWithoutDescription:
Enabled: true