martinmicunda/employee-scheduling-ui

View on GitHub
src/app/core/config/config.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Run()
    @Inject('$rootScope', '$state', '$log', 'AuthenticationService')
    //end-non-standard
    static runFactory($rootScope, $state, $log, AuthenticationService){
        $rootScope.currentUser = AuthenticationService.getCurrentUser();
Severity: Minor
Found in src/app/core/config/config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status