holisticon/angularjs-common

View on GitHub

Showing 2 of 7 total issues

Function exports has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (config) {
  'use strict';
  config.set({

    // see https://github.com/karma-runner/karma-junit-reporter/issues/61
Severity: Major
Found in etc/karma.conf.js - About 2 hrs to fix

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
Severity
Category
Status
Source
Language