.rubocop_todo.yml in pwn-0.5.170 vs .rubocop_todo.yml in pwn-0.5.171
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2024-05-31 18:04:59 UTC using RuboCop version 1.64.0.
+# on 2024-06-17 17:41:04 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: 306
+# Offense count: 307
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Enabled: false
@@ -138,10 +138,16 @@
- 'bin/pwn_www_uri_buster'
- 'lib/pwn/plugins/char.rb'
- 'lib/pwn/plugins/credit_card.rb'
- 'lib/pwn/plugins/nexpose_vuln_scan.rb'
+# Offense count: 1
+# This cop supports safe autocorrection (--autocorrect).
+Style/RedundantBegin:
+ Exclude:
+ - 'lib/pwn/plugins/transparent_browser.rb'
+
# Offense count: 94
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantCondition:
Exclude:
- 'lib/pwn/plugins/packet.rb'
@@ -154,9 +160,9 @@
- 'lib/pwn/sast/emoticon.rb'
- 'lib/pwn/sast/port.rb'
- 'lib/pwn/sast/redos.rb'
- 'vagrant/provisioners/kali_customize.rb'
-# Offense count: 54
+# Offense count: 55
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Enabled: false