ronin-rb/ronin-db-activerecord

View on GitHub

Showing 1 of 7 total issues

Method import has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def self.import(uri)
        uri = URI(uri)

        # find or create the URL scheme, host_name and port
        scheme    = URLScheme.find_or_create_by(name: uri.scheme)
Severity: Minor
Found in lib/ronin/db/url.rb - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language