Set RSpec/ExampleLength to Max:20
This commit is contained in:
parent
3a23bce398
commit
03a425b329
1 changed files with 2 additions and 0 deletions
|
@ -756,6 +756,8 @@ Layout/IndentationWidth:
|
||||||
Metric/BlockLength:
|
Metric/BlockLength:
|
||||||
Exclude:
|
Exclude:
|
||||||
- '**/*_spec.rb'
|
- '**/*_spec.rb'
|
||||||
|
RSpec/ExampleLength:
|
||||||
|
Max: 20
|
||||||
|
|
||||||
RSpec/NestedGroups:
|
RSpec/NestedGroups:
|
||||||
# we do this because I see no gain to being super restrictive
|
# we do this because I see no gain to being super restrictive
|
||||||
|
|
Loading…
Reference in a new issue