mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
Pylint: enable pointless-except check
This check can be enabled, there is no errors in current code, and it should stay in that way. Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
parent
e93e89e1ae
commit
5add0f94cf
1
pylintrc
1
pylintrc
@ -34,7 +34,6 @@ disable=
|
|||||||
global-statement,
|
global-statement,
|
||||||
global-variable-not-assigned,
|
global-variable-not-assigned,
|
||||||
no-init,
|
no-init,
|
||||||
pointless-except,
|
|
||||||
pointless-statement,
|
pointless-statement,
|
||||||
pointless-string-statement,
|
pointless-string-statement,
|
||||||
protected-access,
|
protected-access,
|
||||||
|
Loading…
Reference in New Issue
Block a user