mattma/gulp-htmlbars

View on GitHub

Showing 39 of 93 total issues

Function openElement has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    TemplateCompiler.prototype.openElement = function(element, i, l, r, c, b) {
Severity: Minor
Found in bower_components/ember/ember-template-compiler.js - About 45 mins to fix

    Function openElement has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        HydrationOpcodeCompiler.prototype.openElement = function(element, pos, len, isSingleRoot, mustacheCount, blankChildTextNodes) {
    Severity: Minor
    Found in bower_components/ember/ember-template-compiler.js - About 45 mins to fix

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

          prototype.createAttrMorph = function(attrMorphNum, elementNum, name, escaped, namespace) {
      Severity: Minor
      Found in bower_components/ember/ember-template-compiler.js - About 35 mins to fix

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

            prototype.createMorph = function(morphNum, parentPath, startIndex, endIndex, escaped) {
        Severity: Minor
        Found in bower_components/ember/ember-template-compiler.js - About 35 mins to fix

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

                PathExpression: function(data, depth, parts, original, locInfo) {
          Severity: Minor
          Found in bower_components/ember/ember-template-compiler.js - About 35 mins to fix

            Avoid too many return statements within this function.
            Open

                  return string.replace(badChars, escapeChar);
            Severity: Major
            Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                              return this.parseError('Lexical error on line '+(this.yylineno+1)+'. Unrecognized text.\n'+this.showPosition(),
                                      {text: "", token: null, line: this.yylineno});
              Severity: Major
              Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      return string.replace(badChars, escapeChar);
                Severity: Major
                Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                      case 13:this.popState(); return 34;
                  Severity: Major
                  Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                                          return 19;
                    Severity: Major
                    Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                          case 30:yy_.yytext = strip(1,2).replace(/\\'/g,"'"); return 48;
                      Severity: Major
                      Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                    return;
                        Severity: Major
                        Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                      return;
                          Severity: Major
                          Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                  return 13;
                            Severity: Major
                            Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                  case 29:yy_.yytext = strip(1,2).replace(/\\"/g,'"'); return 48;
                              Severity: Major
                              Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                    case 38:yy_.yytext = strip(1,2); return 56;
                                Severity: Major
                                Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                      case 27:this.popState(); return 41;
                                  Severity: Major
                                  Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                        case 14:this.popState(); return 34;
                                    Severity: Major
                                    Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                          case 28:this.popState(); return 27;
                                      Severity: Major
                                      Found in bower_components/ember/ember-template-compiler.js - About 30 mins to fix
                                        Severity
                                        Category
                                        Status
                                        Source
                                        Language