-
Notifications
You must be signed in to change notification settings - Fork 134
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
Pylint alerts corrections as part of an intervention experiment #1017
Comments
I'll bring this to the attention of the @bioconda/core team and get back to you. |
Thanks! |
+1 from me. |
Thanks, @bgruening ! |
Please see the PR |
There are some alerts that I'll be happy to get your advices about. broad-exception-caught too-many-lines try-except-raise |
Pylint alerts are correlated with tendency to bugs and harder maintenance.
I'd like to conduct a software engineering experiment regarding the benefit of Pylint alerts removal.
The experiment is described here.
In the experiments, Pylint is used with some specific alerts, files are selected for intervention and control.
After the interventions are done, one can wait and examine the results.
Your repository is expected to benefit from the interventions.
I'm asking for your approval for conducting an intervention in your repository.
See examples of interventions in stanford-oval/storm, gabfl/vault, and coreruleset/coreruleset.
You can see the planed interventions
The plan is to do 17 interventions in 13 files
The interventions will be of the following types:
superfluous-parens: 2
too-many-branches: 7
try-except-raise: 1
unnecessary-pass: 1
too-many-statements: 2
simplifiable-if-statement: 1
broad-exception-caught: 2
too-many-lines: 1
May I do the interventions?
The text was updated successfully, but these errors were encountered: