tkrotoff/throw-on

View on GitHub

Showing 26 of 58 total issues

Avoid too many return statements within this function.
Open

              return '[Circular]';
Severity: Major
Found in src/util/format.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

              return '';
    Severity: Major
    Found in src/util/format.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                      return Number(value).toString();
      Severity: Major
      Found in src/util/format.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                  return inspect(value);
        Severity: Major
        Found in src/util/format.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      return Number.parseFloat(value).toString();
          Severity: Major
          Found in src/util/format.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                          return String(value);
            Severity: Major
            Found in src/util/format.ts - About 30 mins to fix
              Severity
              Category
              Status
              Source
              Language