.rubocop_todo.yml in pwn-0.5.80 vs .rubocop_todo.yml in pwn-0.5.81

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-03-26 16:48:38 UTC using RuboCop version 1.62.1. +# on 2024-04-05 20:52:59 UTC using RuboCop version 1.62.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,11 +15,11 @@ - 'packer/provisioners/beef.rb' - 'packer/provisioners/metasploit.rb' - 'packer/provisioners/wpscan.rb' - 'vagrant/provisioners/beef.rb' -# Offense count: 24 +# Offense count: 21 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https Layout/LineLength: Exclude: @@ -39,11 +39,11 @@ # Configuration parameters: AllowedMethods, AllowedPatterns. Lint/NestedMethodDefinition: Exclude: - 'lib/pwn/plugins/repl.rb' -# Offense count: 311 +# Offense count: 310 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AutoCorrect. Lint/UselessAssignment: Enabled: false @@ -85,14 +85,14 @@ Metrics/ModuleLength: Exclude: - 'lib/pwn/banner/code_cave.rb' - 'lib/pwn/plugins/android.rb' - 'lib/pwn/plugins/black_duck_binary_analysis.rb' + - 'lib/pwn/plugins/gqrx.rb' - 'lib/pwn/plugins/ibm_appscan.rb' - 'lib/pwn/plugins/msr206.rb' - 'lib/pwn/plugins/nessus_cloud.rb' - - 'lib/pwn/plugins/ollama.rb' - 'lib/pwn/plugins/open_ai.rb' - 'lib/pwn/plugins/packet.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). @@ -140,9 +140,9 @@ - 'lib/pwn/sast/emoticon.rb' - 'lib/pwn/sast/port.rb' - 'lib/pwn/sast/redos.rb' - 'vagrant/provisioners/kali_customize.rb' -# Offense count: 51 +# Offense count: 50 # This cop supports unsafe autocorrection (--autocorrect-all). Style/SlicingWithRange: Enabled: false