jmdobry/angular-cache

View on GitHub

Showing 2 of 4 total issues

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

module.exports = function (config) {
  config.set({
    basePath: './',
    frameworks: ['mocha', 'chai', 'sinon'],
    browsers: ['PhantomJS'],
Severity: Minor
Found in karma.conf.js - About 1 hr to fix

    Function $safeApply has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      $rootScope.$safeApply = function () {
        var $scope, fn, force = false
        if (arguments.length === 1) {
          var arg = arguments[0]
          if (typeof arg === 'function') {
    Severity: Minor
    Found in karma.start.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language