ouest-insa/siaje-wrapper

View on GitHub

Showing 2 of 2 total issues

Function getStudies has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Siaje.prototype.getStudies = function(cb) {
    request.get({
        url: this.baseUrl + '/' + this.je + '/' + PAGE_STUDIES,
        jar: this.j
    }, function(err, res, body) {
Severity: Minor
Found in lib/siaje.js - About 1 hr to fix

    Function Siaje has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    function Siaje(baseUrl, je, login, password, cb) {
    Severity: Minor
    Found in lib/siaje.js - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language