diff --git a/.rubocop_styleguide.yml b/.rubocop_styleguide.yml index 790240470b..61419eb02f 100644 --- a/.rubocop_styleguide.yml +++ b/.rubocop_styleguide.yml @@ -187,7 +187,7 @@ Metrics/AbcSize: Max: 15 Metrics/BlockLength: - ExcludedMethods: ["describe", "context"] + ExcludedMethods: ["context", "describe", "it"] Metrics/BlockNesting: Max: 3