tomi77/backbone-forms-validators

View on GitHub

Showing 2 of 30 total issues

Function table_weights has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Form.validators.table_weights = function(options) {
    options = _.extend({
      type: 'table_weights',
      message: Form.validators.errMessages.table_weights
    }, options);
Severity: Major
Found in bbf-validators.js - About 2 hrs to fix

    Function table_weights has 56 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      Form.validators.table_weights = function(options) {
        options = _.extend({
          type: 'table_weights',
          message: Form.validators.errMessages.table_weights
        }, options);
    Severity: Major
    Found in docs/bbf-validators.js - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language