ubenzer/metaltext

View on GitHub
app/backend.js

Summary

Maintainability
A
1 hr
Test Coverage

Function build has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function build() {
  if (config.args.skipBackend === true) {
    debug("Skipping backend build because it is disabled by parameters.");
    return Promise.resolve();
  }
Severity: Minor
Found in app/backend.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status