CleverStack/clever-auth-linkedin

View on GitHub
controllers/LinkedinController.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function(Controller, AuthController, UserService, Exceptions, config, injector, passport, underscore) {
  var state    = +new Date() + ''
    , qs       = require('qs');

  return Controller.extend({
Severity: Minor
Found in controllers/LinkedinController.js - About 1 hr to fix

    Function exports has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    module.exports = function(Controller, AuthController, UserService, Exceptions, config, injector, passport, underscore) {
    Severity: Major
    Found in controllers/LinkedinController.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status