Explicitely require all rubocop extensions

I think that rspec-rails loaded the other extensions already but Rubocop
was suggesting these extensions to be loaded as well.

The alternative is to disable suggestions of new extensions but that
could hide new shiny tools when they become available.
This commit is contained in:
Maikel Linke
2024-05-02 16:34:11 +10:00
parent 2e004a026b
commit 409492ce33

View File

@@ -5,8 +5,12 @@
# The configuration is split into three files. Look into those files for more details.
#
require:
- rubocop-capybara
- rubocop-factory_bot
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails
inherit_from:
# The automatically generated todo list to ignore all current violations.