.rubocop_todo.yml in pwn-0.5.81 vs .rubocop_todo.yml in pwn-0.5.83
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2024-04-05 20:52:59 UTC using RuboCop version 1.62.1.
+# on 2024-04-16 22:39:45 UTC using RuboCop version 1.63.2.
# 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.
@@ -123,9 +123,23 @@
# This cop supports safe autocorrection (--autocorrect).
Style/IfUnlessModifier:
Exclude:
- 'lib/pwn/plugins/baresip.rb'
- 'lib/pwn/plugins/mail_agent.rb'
+
+# Offense count: 11
+# This cop supports unsafe autocorrection (--autocorrect-all).
+Style/MapIntoArray:
+ Exclude:
+ - 'bin/pwn_android_war_dialer'
+ - 'bin/pwn_domain_reversewhois'
+ - 'bin/pwn_ibm_appscan_enterprise'
+ - 'bin/pwn_jenkins_install_plugin'
+ - 'bin/pwn_jenkins_thinBackup_aws_s3'
+ - '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: 94
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantCondition:
Exclude: