Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

alwaysShowRuleFailuresAsWarnings doesn't change severity #40

@Ky6uk

Description

@Ky6uk

I'm trying to migrate to this plugin from deprecated vscode-tslint. My configuration is

{
  "extends": "./tsconfig.base",

  "plugins": [{
    "name": "typescript-tslint-plugin",
    "alwaysShowRuleFailuresAsWarnings": false
  }]
}

But alwaysShowRuleFailuresAsWarnings has no effect and errors are always displaying as warnings. vscode-tslint works fine.

VSCode v1.30.0
TypeScript v3.1.6 (workspace) and v3.2.2 (vscode)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions