Configure CountAsOne
value for RSpec/ExampleLength
cop (#29115)
This commit is contained in:
parent
95da28d201
commit
79b4b94f3a
2 changed files with 6 additions and 1 deletions
|
@ -36,7 +36,7 @@ Metrics/PerceivedComplexity:
|
|||
|
||||
# Configuration parameters: CountAsOne.
|
||||
RSpec/ExampleLength:
|
||||
Max: 22
|
||||
Max: 20 # Override default of 5
|
||||
|
||||
RSpec/MultipleExpectations:
|
||||
Max: 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue