From 03a425b329245b322e1dbb2298dd4ed91f3799d2 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 24 Feb 2021 12:23:16 -0600 Subject: [PATCH] Set RSpec/ExampleLength to Max:20 --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 5376610b..eb506473 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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