Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Checker python/pylint: display message ID #2394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stac47
Copy link

@stac47 stac47 commented Jan 26, 2022

For the time being, pylint error code (msg_id) are not display in the
statusline and the location window. For instance,

  1 test.y|89 col 13 warning| [consider-using-f-string] Formatting a regular string which could be a f-string [python/pylint]

It would be great to have the ID of this message so that we can pass it
directly to projects like plerr.

This PR add the code next to the 'symbol' (like
consider-using-f-string). As an example:

  1 test.y|89 col 13 warning| [C0209][consider-using-f-string] Formatting a regular string which could be a f-string [python/pylint]

Regards,

For the time being, pylint error code (msg_id) are not display in the
statusline and the location window. For instance,

  1 test.y|89 col 13 warning| [consider-using-f-string] Formatting a regular string which could be a f-string [python/pylint]

It would be great to have the ID of this message so that we can pass it
directly to projects like `plerr`.

This PR add the code next to the 'symbol' (like
consider-using-f-string). As an example:

  1 test.y|89 col 13 warning| [C0209][consider-using-f-string] Formatting a regular string which could be a f-string [python/pylint]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant