-
Notifications
You must be signed in to change notification settings - Fork 3.6k
mark todo exceptions #5320
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
mark todo exceptions #5320
Conversation
Codecov Report
@@ Coverage Diff @@
## release/1.2-dev #5320 +/- ##
================================================
- Coverage 93% 91% -1%
================================================
Files 146 146
Lines 10211 10430 +219
================================================
+ Hits 9486 9535 +49
- Misses 725 895 +170 |
14f39c1 to
bc52689
Compare
|
Is there a CI test to check that new code does not introduce broad exception catching? |
that would be nice, but not sure which tool does it... @carmocca mind have look? |
|
Do we not run CodeFactor anymore? |
we do run it, so you suggest to define it there? |
Mind linking where it is run, I can't to find it? If I'm not mistaken, it has a rule for "Broad Exception catching", so it should appear as a failing check. |
Then we should change it to run on both master/release
Pylint should include it with this rule: https://pycodequ.al/docs/pylint-messages/w0703-broad-except.html |
can you send a PR with such config, because codefactor does not have any setting, all are taken from repo YAML files
We are using |
|
@tchaton @SeanNaren mind review? =) |
Pull request was closed

What does this PR do?
adding to-do notes for exceptions that shall be better specified and cleaning a few of them...
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃