parser.js

Summary

Maintainability
A
1 hr
Test Coverage

Function identifyMatches has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function identifyMatches(data, stylesheet, callback) {

  const matches = [];

  const keyData = Object.keys(data.data);
Severity: Minor
Found in parser.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status