-
Notifications
You must be signed in to change notification settings - Fork 188
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
Re-enable pylint in CI #3293
Re-enable pylint in CI #3293
Conversation
This reverts commit f2ea574.
Script `maintainer/gh_post_pylint.py` is derived from script `maintainer/gh_post_docs_warnings.py`.
espresso-ci correctly posted a message with a excerpt of the pylint report |
These version numbers are the default in Ubuntu 19.10.
Make sure espresso-ci deletes the correct message using well-defined tokens that are guanranteed to be in the posted message. Don't silently ignore Python exceptions.
Codecov Report
@@ Coverage Diff @@
## python #3293 +/- ##
======================================
- Coverage 86% 86% -1%
======================================
Files 536 534 -2
Lines 25574 25510 -64
======================================
- Hits 22004 21939 -65
- Misses 3570 3571 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really understand what's going on here but I cannot see anything wrong
bors r=fweik |
3279: Replaced some manual memory allocations r=jngrad a=reinaual Partially adresses #2900 3293: Re-enable pylint in CI r=fweik a=jngrad Fixes #3194 Rules: `W0102,W0401,W0611,W0612,W0613,W0614,W1505,R0401,R1707,C0202,E0602` * `W0102`: dangerous-default-value * `W0401`: wildcard-import * `W0611`: unused-import * `W0612`: unused-variable * `W0613`: unused-argument * `W0614`: unused-wildcard-import * `W1505`: deprecated-method * `R0401`: cyclic-import * `R1707`: trailing-comma-tuple * `C0202`: bad-classmethod-argument * `E0602`: undefined-variable Co-authored-by: Alexander Reinauer <[email protected]> Co-authored-by: Jean-Noël Grad <[email protected]>
Build failed (retrying...) |
3293: Re-enable pylint in CI r=fweik a=jngrad Fixes #3194 Rules: `W0102,W0401,W0611,W0612,W0613,W0614,W1505,R0401,R1707,C0202,E0602` * `W0102`: dangerous-default-value * `W0401`: wildcard-import * `W0611`: unused-import * `W0612`: unused-variable * `W0613`: unused-argument * `W0614`: unused-wildcard-import * `W1505`: deprecated-method * `R0401`: cyclic-import * `R1707`: trailing-comma-tuple * `C0202`: bad-classmethod-argument * `E0602`: undefined-variable Co-authored-by: Jean-Noël Grad <[email protected]>
bors r- |
Canceled |
bors r=fweik |
3279: Replaced some manual memory allocations r=jngrad a=reinaual Partially adresses #2900 3293: Re-enable pylint in CI r=fweik a=jngrad Fixes #3194 Rules: `W0102,W0401,W0611,W0612,W0613,W0614,W1505,R0401,R1707,C0202,E0602` * `W0102`: dangerous-default-value * `W0401`: wildcard-import * `W0611`: unused-import * `W0612`: unused-variable * `W0613`: unused-argument * `W0614`: unused-wildcard-import * `W1505`: deprecated-method * `R0401`: cyclic-import * `R1707`: trailing-comma-tuple * `C0202`: bad-classmethod-argument * `E0602`: undefined-variable Co-authored-by: Alexander Reinauer <[email protected]> Co-authored-by: Jean-Noël Grad <[email protected]>
Build succeeded |
Fixes #3194
Rules:
W0102,W0401,W0611,W0612,W0613,W0614,W1505,R0401,R1707,C0202,E0602
W0102
: dangerous-default-valueW0401
: wildcard-importW0611
: unused-importW0612
: unused-variableW0613
: unused-argumentW0614
: unused-wildcard-importW1505
: deprecated-methodR0401
: cyclic-importR1707
: trailing-comma-tupleC0202
: bad-classmethod-argumentE0602
: undefined-variable