attester/attester

View on GitHub
lib/attester/server.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.create = function (callback) {
    testServer = new TestServer({
        predictableUrls: config["predictable-urls"],
        shutdownOnCampaignEnd: config["shutdown-on-campaign-end"],
        frozen: config["server-only"],
Severity: Minor
Found in lib/attester/server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status