.rubocop_todo.yml in hu-1.3.14 vs .rubocop_todo.yml in hu-1.3.15
- old
+ new
@@ -3,11 +3,11 @@
Max: 276
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 651
+ Max: 657
# Offense count: 6
Metrics/CyclomaticComplexity:
Max: 45
@@ -18,11 +18,11 @@
Max: 176
# Offense count: 14
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 230
+ Max: 232
# Offense count: 4
Metrics/PerceivedComplexity:
Max: 43
@@ -52,5 +52,12 @@
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.
Style/Semicolon:
Exclude:
- 'lib/hu/deploy.rb'
+
+# Offense count: 1
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+# SupportedStyles: use_perl_names, use_english_names
+Style/SpecialGlobalVars:
+ Enabled: false