lpirola/processador-inscricao-evento

View on GitHub

Showing 3 of 12 total issues

Function readContent has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    readContent (callback) {
        let doc = new GoogleSpreadsheet(this.google_spreadsheet_key)
        let worksheet_id = '';
        let that = this
        async.waterfall([
Severity: Minor
Found in src/modules/datasource.js - About 1 hr to fix

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

        view: function(ctrl, args) {
            var ds = ctrl.ds()
    
            return m('.teste', [
                m('h1', 'Processador de inscrições (beta)'),
    Severity: Minor
    Found in client/index.js - About 1 hr to fix

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

          view : function (ctrl, args) {
              return m('.job-list', [
                  m('h2', [
                      'Histórico processamentos ',
                      m('a.pure-button.pure-button-primary[href=/fila/]', m('i.fa.fa-cogs'))
      Severity: Minor
      Found in client/index.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language