Add RSpec/UndescriptiveLiteralsDescription rule

This rule was added in rubocop-rspec 2.29.0. We were already following
it.
This commit is contained in:
Javi Martín
2024-07-02 22:58:15 +02:00
parent dea317c614
commit d90b799342

View File

@@ -625,6 +625,9 @@ RSpec/SpecFilePathFormat:
RSpec/SpecFilePathSuffix:
Enabled: true
RSpec/UndescriptiveLiteralsDescription:
Enabled: true
RSpec/VoidExpect:
Enabled: true