mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

feat: Add message symbol to pylint errors #541

Closed adinhodovic closed 6 months ago

adinhodovic commented 7 months ago

image

        "symbol": "subprocess-popen-preexec-fn",
        "message": "Using preexec_fn keyword which may be unsafe in the presence of threads",
        "message-id": "W1509"

Use the message symbol to know which rule it references, the id is hard to understand.