SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Avoid deeply nested control flow statements.
Open

                if (localState.mode.indent) {
                  state.indent += localState.mode.indent(localState.state, "", "");
                }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/soy/soy.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if(typeof state.sExprQuote == "number") state.sExprQuote++;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

          if (modeCfg.highlightFormatting) state.formatting = "strikethrough";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

    } else if (stream.match(rx_footnote_ref)) {
      change(state, to_normal);
      token = 'quote';
    } else if (stream.match(rx_citation_ref)) {
      change(state, to_normal);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/rst/rst.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      if (modeCfg.highlightFormatting) state.formatting = "code-block";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

          if (stream.peek() === ' ') { // Surrounded by spaces, ignore
            return getType(state);
          } else { // Not surrounded by spaces, back up pointer
            stream.backUp(2);
          }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      if (stream.eol()) {
        change(state, to_normal);
      } else {
        stream.skipToEnd();
        change(state, to_comment);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/rst/rst.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (stream.eatWhile(/[A-Za-z0-9+\/=]/)) {
              return null;
            } else {
              stream.next();
              return "error";

Avoid deeply nested control flow statements.
Open

        if(apps.indexOf(cur) !== -1){
          return "def strong";
        }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/asterisk/asterisk.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      switch (stage(state)) {
      case 0:
        change(state, to_normal, context(rx_substitution_ref, 1));
        stream.match(rx_substitution_text);
        token = 'variable-2';
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/rst/rst.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      if (state.localMode) state.localState = CodeMirror.startState(state.localMode);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        while ((letter = stream.eat(/[^\s\(\[\;\)\]]/)) != null) {
                            keyWord += letter;
                        }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      if(isEQName && ch === '\'') while(stream.next() !== '\''){}
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/xquery/xquery.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

        if(cur === ',') return null;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/asterisk/asterisk.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                            if (stream.match(/^#b/i)) {
                                numTest = isBinaryNumber;
                            } else if (stream.match(/^#o/i)) {
                                numTest = isOctalNumber;
                            } else if (stream.match(/^#x/i)) {
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                            if (numTest != null) {
                                if (hasRadix && !hasExactness) {
                                    // consume optional exactness after radix
                                    stream.match(/^#[ei]/i);
                                }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    } else if (ch == ")" || ch == "]") {
                        returnType = BRACKET;
                        if (state.indentStack != null && state.indentStack.type == (ch == ")" ? "(" : "[")) {
                            popStack(state);

Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if (keyWord.length > 0 && indentKeys.propertyIsEnumerable(keyWord)) { // indent-word

                            pushStack(state, indentTemp + INDENT_WORD_SKIP, ch);
                        } else { // non-indent word
                            // we continue eating the spaces
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if(typeof state.sExprComment == "number") state.sExprComment++;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/scheme/scheme.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

    } else if (
      // if setext set, indicates line after ---/===
      state.setext || (
        // line before ---/===
        (!allowsInlineContinuation || !prevLineIsList) && !state.quote && state.list === false &&
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 45 mins to fix
Severity
Category
Status
Source
Language