.rubocop.yml in convection-2.2.29 vs .rubocop.yml in convection-2.3.0

- old
+ new

@@ -26,9 +26,14 @@ Metrics/LineLength: Exclude: - 'lib/convection/dsl/terraform_intrinsic_functions.rb' +# Ignore block length limits for DSLs +Metrics/BlockLength: + Exclude: + - 'spec/**/*.rb' + # AbcSize: # Max: 24 # ClassLength: # Max: 256 # CyclomaticComplexity: