holisticon/angularjs-common

View on GitHub
etc/helpers.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function mergeAppConfig has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function mergeAppConfig(overwrittenConfig) { /*eslint complexity: [error, 24]*/
  var appConfig = overwrittenConfig || {},
    basePath = path.resolve(process.cwd()),
    appName = appConfig.appName || defaultAppConfig.appName,
    srcPath = appConfig.srcPath || defaultAppConfig.srcPath,
Severity: Major
Found in etc/helpers.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status