.rubocop_todo.yml in pwn-0.4.504 vs .rubocop_todo.yml in pwn-0.4.505

- old
+ new

@@ -1,57 +1,68 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-05-27 23:04:56 UTC using RuboCop version 1.30.0. +# on 2022-07-08 17:25:42 UTC using RuboCop version 1.31.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: 234 +# Offense count: 5 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: AutoCorrect, 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: 258 Lint/UselessAssignment: Enabled: false -# Offense count: 253 +# Offense count: 260 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 328 -# Offense count: 63 +# Offense count: 64 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: Max: 196 # Offense count: 45 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 5 -# Offense count: 89 +# Offense count: 91 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 231 -# Offense count: 459 +# Offense count: 472 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 466 # Offense count: 34 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 1186 -# Offense count: 81 +# Offense count: 83 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 51 -# Offense count: 161 +# Offense count: 162 Style/ClassVars: Enabled: false -# Offense count: 285 +# Offense count: 283 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions. # SupportedStyles: assign_to_condition, assign_inside_condition Style/ConditionalAssignment: Enabled: false