How to disable annoying Info and warnings on pylint #94
Unanswered
anomaloussus
asked this question in
Q&A
Replies: 1 comment
-
There is probably a way to do that with none-ls, but you might be better off with a pylint config file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want it to only show errors not stuff like you are missing a docsrting, tried this but doesn't work
null_ls.builtins.diagnostics.pylint.with({ args = { "--disable=R,C" } }),
Beta Was this translation helpful? Give feedback.
All reactions