appnexus/sicksync

View on GitHub
src/local/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function startProject has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function startProject(config, projectConf) {
  const FSHelper = uniqInstance(constants.FS_TOKEN, FSConstructor);
  const WebSocketClient = uniqInstance(constants.WS_TOKEN, WSConstructor);

  const localLog = generateLog(projectConf.project, hostname);
Severity: Major
Found in src/local/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status