Add an apply RSpec/StringAsInstanceDoubleConstant rubocop rule

This rule was added in 3.1.0. Applying it allows you to start defining a way of doing
this in the project, helping to maintain consistency.
This commit is contained in:
taitus
2024-10-08 18:43:07 +02:00
parent f26ff44067
commit 9300fe5a58
3 changed files with 13 additions and 10 deletions

View File

@@ -631,6 +631,9 @@ RSpec/SpecFilePathFormat:
RSpec/SpecFilePathSuffix:
Enabled: true
RSpec/StringAsInstanceDoubleConstant:
Enabled: true
RSpec/UndescriptiveLiteralsDescription:
Enabled: true