fnando / vscode-linter

Extension for code linting, all in one package. New linters can be easily added through an extension framework.
https://marketplace.visualstudio.com/items?itemName=fnando.linter
MIT License
62 stars 16 forks source link

Question: How to specify PyLint custom link for error documentation? #7

Closed DmytroSokhach closed 2 years ago

DmytroSokhach commented 2 years ago

Current pylint documentation link is not very useful, but I like the Quick FIx navigation (no need to search for every error manually in browser)

For example r1705: This warning doesn't have the page: http://pylint-messages.wikidot.com/messages:r1705 So I want it to navigate to that site: https://vald-phoenix.github.io/pylint-errors/plerr/errors/refactoring/R1705

fnando commented 2 years ago

This is tricky, because looks like I can't sent to that domain due to the category (refactoring, error, etc). If you provide a better site that can show a better description based on the error code, I can change it.