jbenden/vscode-c-cpp-flylint

View on GitHub

Showing 27 of 79 total issues

Avoid too many return statements within this function.
Open

    return '';
Severity: Major
Found in specs/debug-console/logger.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return `${formatSnapshotSummary(text, 'obsolete', yellow)} ${darkGray(
                'To remove them all, re-run jest with `JEST_RUNNER_UPDATE_SNAPSHOTS=true`.'
            )}`;
    Severity: Major
    Found in specs/debug-console/logger.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return `   ↳ ${darkGray(`${testPath}/`)}${bold(testFilename)}`;
      Severity: Major
      Found in specs/debug-console/logger.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return '';
        Severity: Major
        Found in specs/debug-console/logger.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return formatSnapshotSummary(text, 'removed', green);
          Severity: Major
          Found in specs/debug-console/logger.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return `${formatSnapshotSummary(text, 'failed', red)} ${darkGray(
                        'Inspect your code changes or re-run jest with `JEST_RUNNER_UPDATE_SNAPSHOTS=true` to update them.'
                    )}`;
            Severity: Major
            Found in specs/debug-console/logger.ts - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return {
                              parseError: 'Line could not be parsed: ' + line,
                              fileName: '',
                              line: 0,
                              column: 0,
              Severity: Major
              Found in server/src/linters/clang.ts - About 30 mins to fix
                Severity
                Category
                Status
                Source
                Language