cybertoothca/ember-data-bootstrap3-forms

View on GitHub

Showing 2 of 15 total issues

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

module.exports = function (defaults) {
  let app = new EmberAddon(defaults, {
    sassOptions: {
      includePaths: [
        'node_modules/bootstrap-sass/assets/stylesheets',
Severity: Minor
Found in ember-cli-build.js - About 1 hr to fix

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

        /*'model.errors.[]', 'model.errors.length', */ function () {
          const excludedFields = this.get('_excludesArray');
          if (isPresent(excludedFields)) {
            const filteredErrors = A();
            if (isPresent(this.get('model.errors'))) {
    Severity: Minor
    Found in addon/components/twbs-errors-alert.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language