panlint: Add support for suppressing checks on specific lines#278
panlint: Add support for suppressing checks on specific lines#278wpoely86 merged 1 commit intoquattor:mainfrom
Conversation
dcba51b to
c493f1f
Compare
836b53f to
2911d5e
Compare
2911d5e to
2532610
Compare
ned21
left a comment
There was a problem hiding this comment.
Sorry if this is a stupid question and I've missed something (it's late on a Friday) but doesn't there need to be a change to tests.py to consume the test pan file?
Also, how do I see the coverage report that GH actions generates? I can download the load but the coverage isn't in the log. It would be nice to see that the new lines are actually covered.
I was thinking that making sure line 608 is definitely covered would be an important test!
|
Yeah, it's not that obvious, but there's a bit of magic in the test suite that tests all pan files in that directory. I'm not sure GitHub keeps the coverage reports, I'll have a closer look next week. |
|
I've opened #282 to fix coverage reporting, if that gets merged first I'll rebase this PR. |
Use "disable" as keyword for suppressing checks following pylint's example Add test file for check suppression
2532610 to
c698957
Compare
|
Rebased on |
Use "disable" as keyword for suppressing checks following pylint's example
Add test file for check suppression