.rubocop_todo.yml in pwn-0.5.171 vs .rubocop_todo.yml in pwn-0.5.172
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2024-06-17 17:41:04 UTC using RuboCop version 1.64.1.
+# on 2024-06-20 17:51:21 UTC using RuboCop version 1.64.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: 307
+# Offense count: 311
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Enabled: false
@@ -79,11 +79,11 @@
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Exclude:
- 'lib/pwn/banner/code_cave.rb'
-# Offense count: 9
+# Offense count: 10
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ModuleLength:
Exclude:
- 'lib/pwn/banner/code_cave.rb'
- 'lib/pwn/plugins/android.rb'
@@ -92,9 +92,10 @@
- 'lib/pwn/plugins/msr206.rb'
- 'lib/pwn/plugins/nessus_cloud.rb'
- 'lib/pwn/plugins/open_ai.rb'
- 'lib/pwn/plugins/packet.rb'
- 'lib/pwn/plugins/repl.rb'
+ - 'lib/pwn/plugins/transparent_browser.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: prefer_alias, prefer_alias_method