Commit ef5e2f7
authored
pylint - fail for unnecessary pylint-disable comments (#7857)
By default pylint only reports on `useless-suppression` instances,
but does not return an error exit code. Here we make it exit with
failure so that useless-suppression-s are caught by the CI.
Ref:
https://pylint.readthedocs.io/en/stable/user_guide/messages/information/useless-suppression.html1 parent 3f5c3c6 commit ef5e2f7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments