SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Avoid too many return statements within this function.
Open

            return false;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

        return true;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

      if (result) { return result }

Avoid too many return statements within this function.
Open

  return true

Avoid too many return statements within this function.
Open

      if (ch == ";") return "semi";

Avoid too many return statements within this function.
Open

    else if (0x2000 <= code && code <= 0x200b) { return "w" }

Avoid too many return statements within this function.
Open

      return "string";

Avoid too many return statements within this function.
Open

        return false;

Avoid too many return statements within this function.
Open

      return "variable-3";

Avoid too many return statements within this function.
Open

        return "keyword";

Avoid too many return statements within this function.
Open

      if (builtins.propertyIsEnumerable(word)) return "builtin";

Avoid too many return statements within this function.
Open

      return "operator";

Avoid too many return statements within this function.
Open

    if (res) { return res }

Avoid too many return statements within this function.
Open

      { return badPos(Pos(found.line, found.ch + dist$1), bad) }

Avoid too many return statements within this function.
Open

      return null;

Avoid too many return statements within this function.
Open

      return element.type.displayName || element.type.name || 'Unknown';

Avoid too many return statements within this function.
Open

      if (ch == "$") return "operator dollar";

Avoid too many return statements within this function.
Open

        return true;
Severity
Category
Status
Source
Language