.rubocop_todo.yml in pwn-0.4.519 vs .rubocop_todo.yml in pwn-0.4.520
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-07-28 21:42:33 UTC using RuboCop version 1.31.2.
+# on 2022-08-29 16:58:30 UTC using RuboCop version 1.35.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,61 +15,55 @@
- 'packer/provisioners/beef.rb'
- 'packer/provisioners/metasploit.rb'
- 'packer/provisioners/wpscan.rb'
- 'vagrant/provisioners/beef.rb'
-# Offense count: 1
-# This cop supports unsafe autocorrection (--autocorrect-all).
-Lint/NonAtomicFileOperation:
- Exclude:
- - 'lib/pwn/plugins/baresip.rb'
-
# Offense count: 264
Lint/UselessAssignment:
Enabled: false
-# Offense count: 263
-# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
+# Offense count: 264
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 328
-# Offense count: 66
-# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
-# IgnoredMethods: refine
+# Offense count: 68
+# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
+# AllowedMethods: refine
Metrics/BlockLength:
Max: 196
# Offense count: 44
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 5
# Offense count: 94
-# Configuration parameters: IgnoredMethods.
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 231
-# Offense count: 481
-# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
+# Offense count: 482
+# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
Max: 466
-# Offense count: 44
+# Offense count: 47
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 1186
# Offense count: 86
-# Configuration parameters: IgnoredMethods.
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 51
# Offense count: 162
Style/ClassVars:
Enabled: false
-# Offense count: 283
+# Offense count: 284
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Enabled: false
@@ -78,10 +72,16 @@
# This cop supports safe autocorrection (--autocorrect).
Style/ExplicitBlockArgument:
Exclude:
- 'lib/pwn/plugins/nmap_it.rb'
+# Offense count: 1
+# This cop supports safe autocorrection (--autocorrect).
+Style/RedundantBegin:
+ Exclude:
+ - 'bin/pwn_www_uri_buster'
+
# Offense count: 95
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantCondition:
Exclude:
- 'bin/pwn_simple_http_server'
@@ -90,10 +90,10 @@
# Offense count: 43
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Enabled: false
-# Offense count: 564
+# Offense count: 570
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 1620