step1profit/yamlr

View on GitHub
lib/yamlr/reader/parser.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method parse_line has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def self.parse_line(line, opts)
        nod = Yamlr::Reader::Node
        spc = opts[:space]
        hsh = opts[:hash]
        sym = opts[:symbol]
Severity: Minor
Found in lib/yamlr/reader/parser.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status