olegskl/invasive-kanji

View on GitHub
datagen/update.js

Summary

Maintainability
A
1 hr
Test Coverage

Function assemble has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function assemble(settings, callback) {
    var pending = 0, // keeps track of how many sources are being worked on
        errors = [], // container for errors
        assembly = []; // final assembly of dictionaries

Severity: Minor
Found in datagen/update.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status