diff --git a/.rubocop.yml b/.rubocop.yml index d498ab98f0..5f6112132b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -385,6 +385,10 @@ Metrics/LineLength: - http - https +Metrics/BlockLength: + Enabled: true + Exclude: + - spec/**/* #