question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support alwaysShowRuleFailuresAsWarnings option

See original GitHub issue

Thanks for this extension.

Is it possible to have the same alwaysShowRuleFailuresAsWarnings option as in the classic TSLint extension?

I’m teaching programming courses, and lint errors shown as syntax errors is really disturbing for new developers.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Davilinkcommented, Dec 5, 2018

Doesn’t work for me too.

Why do we have a setting in vscode if that doesn’t work ?

1reaction
MichalLytekcommented, Nov 13, 2018

@mjbvz I don’t know why but this doesn’t work for me:

image

"plugins": [
    {
      "name": "typescript-styled-plugin"
    },
    {
      "name": "typescript-tslint-plugin",
      "alwaysShowRuleFailuresAsWarnings": true,
      "ignoreDefinitionFiles": true,
      "configFile": "./tslint.json",
      "disableNoUnusedVariableRule": true,
      "suppressWhileTypeErrorsPresent": false,
      "mockTypeScriptVersion": false
    }
  ],
Read more comments on GitHub >

github_iconTop Results From Across the Web

Support alwaysShowRuleFailuresAsWarnings option · Issue #4 ...
Is it possible to have the same alwaysShowRuleFailuresAsWarnings option as in the classic TSLint extension? I'm teaching programming courses, ...
Read more >
TSLint - Visual Studio Marketplace
alwaysShowRuleFailuresAsWarnings - Always show rule failures as warnings, ignoring the severity configuration in the tslint.json configuration.
Read more >
How can I synchronise eslint or setup similar tslint and prettier ...
Specifically for TSLint, at least this setting tends to help: { "tslint.alwaysShowRuleFailuresAsWarnings": true }.
Read more >
@neoncom/tslint-language-service: Documentation | Openbase
alwaysShowRuleFailuresAsWarnings - always show rule failures as warnings, ignoring the severity configuration in the tslint.json configuration.
Read more >
typescript-tslint-plugin | Yarn - Package Manager
0.5.1 - June 21, 2019. Fixes mjs files being linted by default. 0.5.0 - June 10, 2019. Add pnpm as packageManager option. 0.4.0...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found