maestrano/mno-enterprise-angular

View on GitHub

Showing 2 of 12 total issues

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

module.exports = function(config) {

  var configuration = {
    files: listFiles(),

Severity: Minor
Found in karma.conf.js - About 1 hr to fix

    Function browserSyncInit has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function browserSyncInit(baseDir, browser) {
      browser = browser === undefined ? 'default' : browser;
    
      var routes = null;
      if(baseDir === conf.paths.src || (Array.isArray(baseDir) && baseDir.indexOf(conf.paths.src) !== -1)) {
    Severity: Minor
    Found in gulp/server.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language