Fix Pylint violations (medium) - #7063
Conversation
|
Thanks for the pull request, @stvstnfrd! I've created OSPR-421 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will still be done via the Github pull request interface. As a reminder, our process documentation is here. |
There was a problem hiding this comment.
Do you know why this code is Exception.__str__(self, *args, **kwargs) instead of just self? The string formatting should automatically coerce the self argument to a string.
If you don't want to make this change, that's fine with me -- I'm in favor of keeping this pull request small and focused as much as possible. This just caught my eye, and I was confused.
There was a problem hiding this comment.
Yeah, I'm not sure either, so I think I'll opt to pass for now :)
|
Looks like there was a problem with this Jenkins build. Jenkins, test this please. |
|
Looks like we're getting a bunch of import errors when running the tests. @stvstnfrd, can you look into this? |
cc43f89 to
695914e
Compare
|
Finally got a green build going; ready for rereview @singingwolfboy |
|
@stvstnfrd I'll finsih up the review here. Can you please rebase to pick up the fixes to Jenkins reporting? |
|
@sarina I'm not seeing a Jenkins error (rebased over the weekend). |
|
Added a few nits. Good to merge once those are addressed (or argued against) and the PR is rebased. |
|
@stvstnfrd the commit that Ben reverted this morning because coverage wasn't properly reported in common/ after the stuff I merged Friday |
|
#7187 fyi |
|
Needs a rebase, then it's good to merge. |
I can find no other record of this class.
6279383 to
ea66648
Compare
ea66648 to
4e2927f
Compare
|
@sarina Rebased, clean build, dropped Pylint threshold to 5800 (5739 violations reported). |
|
nice!! :D |
|
Thanks @sarina ! |
This is a replacement subset of #7008.
Review commit-by-commit for additional clarity.