rapid7/metasploit-framework

View on GitHub
lib/metasploit/framework/parsed_options/base.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method option_parser has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def option_parser
    @option_parser ||= OptionParser.new { |option_parser|
      option_parser.separator ''
      option_parser.separator 'Common options:'

Severity: Major
Found in lib/metasploit/framework/parsed_options/base.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status