pylint #119874 Warnings should only be triggered on the superclass [open]
For warnings such as C0103, we get things like:
The method is one that's being overridden from the superclass - complying with an external api shouldn't generate warnings and require you to silence them.
Likewise, for warnings such as:
R0904: 51,0:SomeTestCase: Too many public methods (61/20) | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
load | 0.300 |
load left | 0.300 |
closed by | <not specified> |