sparklemotion/nokogiri

View on GitHub
lib/nokogiri/xml.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method parse has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def parse(thing, url = nil, encoding = nil, options = ParseOptions::DEFAULT_XML, &block)
Severity: Minor
Found in lib/nokogiri/xml.rb - About 35 mins to fix

    Method XML has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def XML(thing, url = nil, encoding = nil, options = XML::ParseOptions::DEFAULT_XML, &block)
    Severity: Minor
    Found in lib/nokogiri/xml.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status