Set RSpec/ExampleLength to Max:20

This commit is contained in:
Eric Schultz 2021-02-24 12:23:16 -06:00 committed by Eric Schultz
parent 3a23bce398
commit 03a425b329

View file

@ -756,6 +756,8 @@ Layout/IndentationWidth:
Metric/BlockLength:
Exclude:
- '**/*_spec.rb'
RSpec/ExampleLength:
Max: 20
RSpec/NestedGroups:
# we do this because I see no gain to being super restrictive