APTrust/dart

View on GitHub
plugins/formats/write/base_writer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(name, writeFn) {
        super();

        if (typeof writeFn != 'function') {
            throw new Error(Context.y18n.__('Param %s must be a function', 'writeFn'));
Severity: Minor
Found in plugins/formats/write/base_writer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status