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.

Add lint name in "Problems" panel

See original GitHub issue

When displaying a lint in the “Problems” panel it would be helpful to show the name of the lint. This would make ignoring the lint with the // ignore: comment easier.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
DanTupcommented, Jul 14, 2017

Hoping to get some time to work on DC over the weekend, so will get this in for 2.1.

But, if anyone is looking for something to get their toes wet in the meantime, this would be a pretty easy first contribution! I included a diff above that turned it on always; all that’s needed is a new property adding to the config class (there are loads to copy) and then config.xxx adding to the condition above! (Oh, and the option adding to packages.config for the intellisense and the readme for an explanation).

The contributing file was updated recently with a little more info on how it works and how to run it.

(Note: I’m not trying to fob this off, I just don’t know if people would like to contribute but don’t know where to start! 😃)

1reaction
DanTupcommented, Jul 14, 2017

Yeah, seems like a reasonable idea. I’m not a fan of too many options (increases testing burden) but this is a pretty trivial change in behaviour!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Lint and Format Code with ESLint in Visual Studio Code
ESLint is a linter that you can integrate into your Visual Studio ... The key will match the name of the rule you...
Read more >
Linting Python in Visual Studio Code
Enable linting​​ To enable linters, open the Command Palette (Ctrl+Shift+P) and select the Python: Select Linter command. The Select Linter command adds "python. ......
Read more >
Improve your code with lint checks - Android Developers
The lint tool checks for structural code problems that could affect the quality and performance of your Android application. It is strongly recommended...
Read more >
Show all warnings and errors in visual studio code
ES-Lint has introduced a new task in VS Code. You have to enable it in the workspace setings. "eslint.lintTask.enable": true. Just go ...
Read more >
ESLint | WebStorm Documentation - JetBrains
To lint files from a specific folder, replace {**/*,*} with <path to the folder>* . Suppose, you have a project with the following...
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