.rubocop_todo.yml in pwn-0.4.855 vs .rubocop_todo.yml in pwn-0.4.856
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2023-07-06 20:02:51 UTC using RuboCop version 1.53.1.
+# on 2023-08-22 17:34:13 UTC using RuboCop version 1.56.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.
@@ -15,20 +15,20 @@
- 'packer/provisioners/beef.rb'
- 'packer/provisioners/metasploit.rb'
- 'packer/provisioners/wpscan.rb'
- 'vagrant/provisioners/beef.rb'
-# Offense count: 282
+# Offense count: 284
# This cop supports unsafe autocorrection (--autocorrect-all).
Lint/UselessAssignment:
Enabled: false
-# Offense count: 669
+# Offense count: 676
Lint/UselessRescue:
Enabled: false
-# Offense count: 283
+# Offense count: 286
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 328
# Offense count: 70
@@ -46,26 +46,26 @@
# Configuration parameters: LengthThreshold.
Metrics/CollectionLiteralLength:
Exclude:
- 'lib/pwn/plugins/uri_scheme.rb'
-# Offense count: 108
+# Offense count: 109
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
Max: 231
-# Offense count: 518
+# Offense count: 522
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 466
-# Offense count: 52
+# Offense count: 53
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 1187
-# Offense count: 101
+# Offense count: 102
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
Max: 51
# Offense count: 158
@@ -90,10 +90,16 @@
Style/IfUnlessModifier:
Exclude:
- 'bin/pwn'
- 'lib/pwn/plugins/baresip.rb'
+# Offense count: 1
+# This cop supports safe autocorrection (--autocorrect).
+Style/RedundantBegin:
+ Exclude:
+ - 'lib/pwn/www/hacker_one.rb'
+
# Offense count: 95
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantCondition:
Exclude:
- 'bin/pwn_simple_http_server'
@@ -128,10 +134,10 @@
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
Exclude:
- 'bin/pwn'
-# Offense count: 601
+# Offense count: 610
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 1620