.rubocop_todo.yml in pwn-0.4.463 vs .rubocop_todo.yml in pwn-0.4.464
- old
+ new
@@ -1,83 +1,83 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-05-08 06:06:43 UTC using RuboCop version 1.29.0.
+# on 2022-05-27 23:04:56 UTC using RuboCop version 1.30.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 227
+# Offense count: 234
Lint/UselessAssignment:
Enabled: false
-# Offense count: 246
+# Offense count: 253
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 328
-# Offense count: 60
+# Offense count: 63
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
- Max: 194
+ Max: 196
# Offense count: 45
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 5
-# Offense count: 83
+# Offense count: 89
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 231
-# Offense count: 440
+# Offense count: 459
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
Max: 466
-# Offense count: 33
+# Offense count: 34
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 1186
-# Offense count: 75
+# Offense count: 81
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 51
# Offense count: 161
Style/ClassVars:
Enabled: false
-# Offense count: 281
-# This cop supports safe auto-correction (--auto-correct).
+# Offense count: 285
+# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Enabled: false
# Offense count: 2
-# This cop supports safe auto-correction (--auto-correct).
+# This cop supports safe autocorrection (--autocorrect).
Style/ExplicitBlockArgument:
Exclude:
- 'lib/pwn/plugins/nmap_it.rb'
# Offense count: 95
-# This cop supports safe auto-correction (--auto-correct).
+# This cop supports safe autocorrection (--autocorrect).
Style/RedundantCondition:
Exclude:
- 'bin/pwn_simple_http_server'
- 'lib/pwn/plugins/packet.rb'
# Offense count: 44
-# This cop supports unsafe auto-correction (--auto-correct-all).
+# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Enabled: false
-# Offense count: 531
-# This cop supports safe auto-correction (--auto-correct).
+# Offense count: 555
+# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 1620