mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Enable literal-comparison linter again
The literal comparison linter checks for "value is 0" or "value is ''". Related: https://pagure.io/freeipa/issue/8057 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
4a437a3c42
commit
8d2125f654
1
pylintrc
1
pylintrc
@ -92,7 +92,6 @@ disable=
|
|||||||
singleton-comparison,
|
singleton-comparison,
|
||||||
len-as-condition, # new in pylint 1.7
|
len-as-condition, # new in pylint 1.7
|
||||||
no-else-return, # new in pylint 1.7
|
no-else-return, # new in pylint 1.7
|
||||||
literal-comparison, # new in pylint 1.7
|
|
||||||
single-string-used-for-slots, # new in pylint 1.7
|
single-string-used-for-slots, # new in pylint 1.7
|
||||||
useless-super-delegation, # new in pylint 1.7
|
useless-super-delegation, # new in pylint 1.7
|
||||||
redefined-argument-from-local, # new in pylint 1.7
|
redefined-argument-from-local, # new in pylint 1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user