.rubocop_todo.yml in pwn-0.5.213 vs .rubocop_todo.yml in pwn-0.5.214
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2024-09-13 00:23:29 UTC using RuboCop version 1.66.1.
+# on 2024-10-30 18:35:44 UTC using RuboCop version 1.66.1.
# 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.
@@ -39,11 +39,11 @@
# Configuration parameters: AllowedMethods, AllowedPatterns.
Lint/NestedMethodDefinition:
Exclude:
- 'lib/pwn/plugins/repl.rb'
-# Offense count: 309
+# Offense count: 312
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Enabled: false
@@ -87,17 +87,18 @@
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Exclude:
- 'lib/pwn/banner/code_cave.rb'
-# Offense count: 10
+# Offense count: 11
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ModuleLength:
Exclude:
- 'lib/pwn/banner/code_cave.rb'
- 'lib/pwn/plugins/android.rb'
- 'lib/pwn/plugins/black_duck_binary_analysis.rb'
+ - 'lib/pwn/plugins/defect_dojo.rb'
- 'lib/pwn/plugins/gqrx.rb'
- 'lib/pwn/plugins/msr206.rb'
- 'lib/pwn/plugins/nessus_cloud.rb'
- 'lib/pwn/plugins/open_ai.rb'
- 'lib/pwn/plugins/packet.rb'
@@ -114,10 +115,10 @@
# Offense count: 163
Style/ClassVars:
Enabled: false
-# Offense count: 281
+# Offense count: 282
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Enabled: false