.rubocop_todo.yml in pwn-0.4.648 vs .rubocop_todo.yml in pwn-0.4.649

- old
+ new

@@ -1,38 +1,38 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-03-07 16:56:25 UTC using RuboCop version 1.48.0. +# on 2023-04-21 20:18:30 UTC using RuboCop version 1.50.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. # Offense count: 5 # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AutoCorrect, EnforcedStyle. +# Configuration parameters: EnforcedStyle. # SupportedStyles: space, no_space Layout/LineContinuationSpacing: Exclude: - 'packer/provisioners/beef.rb' - 'packer/provisioners/metasploit.rb' - 'packer/provisioners/wpscan.rb' - 'vagrant/provisioners/beef.rb' -# Offense count: 270 +# Offense count: 269 Lint/UselessAssignment: Enabled: false -# Offense count: 631 +# Offense count: 628 Lint/UselessRescue: Enabled: false -# Offense count: 271 +# Offense count: 273 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: Max: 328 -# Offense count: 69 +# Offense count: 70 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. # AllowedMethods: refine Metrics/BlockLength: Max: 196 @@ -45,35 +45,35 @@ # Configuration parameters: LengthThreshold. Metrics/CollectionLiteralLength: Exclude: - 'lib/pwn/plugins/uri_scheme.rb' -# Offense count: 98 +# Offense count: 100 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/CyclomaticComplexity: Max: 231 -# Offense count: 493 +# Offense count: 496 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: Max: 466 # Offense count: 49 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 1186 -# Offense count: 90 +# Offense count: 93 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: Max: 51 -# Offense count: 166 +# Offense count: 165 Style/ClassVars: Enabled: false -# Offense count: 285 +# Offense count: 289 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions. # SupportedStyles: assign_to_condition, assign_inside_condition Style/ConditionalAssignment: Enabled: false @@ -82,14 +82,15 @@ # This cop supports safe autocorrection (--autocorrect). Style/ExplicitBlockArgument: Exclude: - 'lib/pwn/plugins/nmap_it.rb' -# Offense count: 1 +# Offense count: 3 # This cop supports safe autocorrection (--autocorrect). Style/IfUnlessModifier: Exclude: + - 'bin/pwn' - 'lib/pwn/plugins/baresip.rb' # Offense count: 95 # This cop supports safe autocorrection (--autocorrect). Style/RedundantCondition: @@ -106,15 +107,30 @@ - 'lib/pwn/sast/php_type_juggling.rb' - 'lib/pwn/sast/port.rb' - 'lib/pwn/sast/redos.rb' - 'vagrant/provisioners/kali_customize.rb' -# Offense count: 46 +# Offense count: 44 # This cop supports unsafe autocorrection (--autocorrect-all). Style/SlicingWithRange: Enabled: false -# Offense count: 579 +# Offense count: 1 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: AllowModifier. +Style/SoleNestedConditional: + Exclude: + - 'bin/pwn' + +# Offense count: 1 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. +# SupportedStyles: single_quotes, double_quotes +Style/StringLiterals: + Exclude: + - 'bin/pwn' + +# Offense count: 585 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https Layout/LineLength: Max: 1620