.rubocop_todo.yml in pwn-0.4.554 vs .rubocop_todo.yml in pwn-0.4.556
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-09-23 22:54:28 UTC using RuboCop version 1.36.0.
+# on 2022-10-23 04:53:17 UTC using RuboCop version 1.37.0.
# 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,31 +15,31 @@
- 'packer/provisioners/beef.rb'
- 'packer/provisioners/metasploit.rb'
- 'packer/provisioners/wpscan.rb'
- 'vagrant/provisioners/beef.rb'
-# Offense count: 265
+# Offense count: 270
Lint/UselessAssignment:
Enabled: false
-# Offense count: 266
+# Offense count: 268
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 328
-# Offense count: 71
+# Offense count: 69
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
Max: 196
# Offense count: 46
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 5
-# Offense count: 96
+# Offense count: 97
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 231
# Offense count: 484
@@ -50,11 +50,11 @@
# Offense count: 48
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 1186
-# Offense count: 88
+# Offense count: 89
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 51
# Offense count: 164
@@ -91,15 +91,26 @@
Style/RedundantCondition:
Exclude:
- 'bin/pwn_simple_http_server'
- 'lib/pwn/plugins/packet.rb'
+# Offense count: 13
+# This cop supports safe autocorrection (--autocorrect).
+Style/RedundantStringEscape:
+ Exclude:
+ - 'bin/pwn_autoinc_version'
+ - 'lib/pwn/sast/emoticon.rb'
+ - 'lib/pwn/sast/php_type_juggling.rb'
+ - 'lib/pwn/sast/port.rb'
+ - 'lib/pwn/sast/redos.rb'
+ - 'vagrant/provisioners/kali_customize.rb'
+
# Offense count: 45
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Enabled: false
-# Offense count: 577
+# Offense count: 574
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 1620