.rubocop.yml in convection-2.2.2 vs .rubocop.yml in convection-2.2.3
- old
+ new
@@ -22,17 +22,19 @@
Performance/RedundantBlockCall:
Enabled: false
Style/SignalException:
Enabled: false
+Metrics/LineLength:
+ Exclude:
+ - 'lib/convection/dsl/terraform_intrinsic_functions.rb'
+
# AbcSize:
# Max: 24
# ClassLength:
# Max: 256
# CyclomaticComplexity:
# Max: 12
-# LineLength:
-# Max: 120
# MethodLength:
# Max: 32
# PerceivedComplexity:
# Max: 12