Include rubocop-rails in configuration

This commit is contained in:
Henne Vogelsang 2023-05-08 13:48:43 +02:00
parent 9e36aa9721
commit 76145f0874
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -1,4 +1,6 @@
require: rubocop-rspec
require:
- rubocop-rspec
- rubocop-rails
inherit_from: .rubocop_todo.yml