-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Pylint warnings #1295
Comments
We have been linting for a while. Can we close this issue? |
we haven't enabled all of them. For example I would like to enable Not all will make sense though. |
Then we keep this issue open as a master issue and create new ones for individual linter warnings, similar to what we've been doing with testing of exceptions. |
@orbeckst @kain88-de I am willing to initiate work on this issue. I wanted to know if we can configure the prospector tool under this issue since we can get to manipulate the strictness? |
What is the "prospector tool"? Can you elaborate? Explain what you want to do, include links as relevant. |
Are the warnings unused import and unused variable still open, can I work on them? |
I think so. Create a PR, enable the warnings, and then start fixing them. When you open your PR, mention this issue (#1295) in the description so that we see it here. In general we don't "reserve" work but simply look at the first PR that comes in. Nevertheless, communicating with each other is good (like you did), especially when coming new into a project. Note that there's a closed PR #4111 where someone else attempted work — I'd suggest to also look at that PR to learn from it. |
I will try fixing them and open PR as you said |
This is a list of good sounding pylint warnings we might want to enable
The text was updated successfully, but these errors were encountered: