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:
@@ -631,6 +631,9 @@ RSpec/SpecFilePathFormat:
|
||||
RSpec/SpecFilePathSuffix:
|
||||
Enabled: true
|
||||
|
||||
RSpec/StringAsInstanceDoubleConstant:
|
||||
Enabled: true
|
||||
|
||||
RSpec/UndescriptiveLiteralsDescription:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user