jbenden/vscode-c-cpp-flylint

View on GitHub
server/src/linters/linter.ts

Summary

Maintainability
A
2 hrs
Test Coverage
C
77%

Linter has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Linter {
    protected name: string;
    protected settings: Settings;
    protected workspaceRoot: string;
    protected enabled: boolean;
Severity: Minor
Found in server/src/linters/linter.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status