tymondesigns/angular-locker

View on GitHub

Showing 3 of 5 total issues

Function $get has 214 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            $get: ['$window', '$rootScope', '$parse', function ($window, $rootScope, $parse) {

                /**
                 * Define the Locker class
                 *
Severity: Major
Found in src/angular-locker.js - About 1 day to fix

    Function Locker has 97 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                    function Locker (options) {
    
                        /**
                         * The config options
                         *
    Severity: Major
    Found in src/angular-locker.js - About 3 hrs to fix

      File angular-locker.js has 264 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /**
       * angular-locker
       *
       * A simple & configurable abstraction for local/session storage in angular projects.
       *
      Severity: Minor
      Found in src/angular-locker.js - About 2 hrs to fix
        Severity
        Category
        Status
        Source
        Language