sparklemotion/nokogiri

View on GitHub
lib/nokogiri/html4.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

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

      There are no issues that match your filters.

      Category
      Status