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