pylint icon indicating copy to clipboard operation
pylint copied to clipboard

Allow navigating messages by shorthands

Open stdedos opened this issue 1 year ago • 0 comments

Current problem

In order to "quickly find" the correct pylint message, one needs to use some search (readthedocs, google), or manually search a (very long list)

Desired solution

Any of the following URLs:

  • https://pylint.readthedocs.io/en/latest/user_guide/messages/C0114
  • https://pylint.readthedocs.io/en/latest/user_guide/messages/c0114
  • https://pylint.readthedocs.io/en/latest/user_guide/messages/missing-module-docstring

should lead to the correct page (as of writing, https://pylint.readthedocs.io/en/latest/user_guide/messages/convention/missing-module-docstring.html)

Additional context

No response

stdedos avatar Dec 21 '23 15:12 stdedos