mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: enable logging checks
Enable the logging-not-lazy and logging-format-interpolation checks. 🕯 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
07229c8ff6
commit
7f10a5145c
2
pylintrc
2
pylintrc
@ -94,8 +94,6 @@ disable=
|
|||||||
consider-merging-isinstance, # new in pylint 1.7
|
consider-merging-isinstance, # new in pylint 1.7
|
||||||
unsupported-assignment-operation # new in pylint 1.7
|
unsupported-assignment-operation # new in pylint 1.7
|
||||||
consider-iterating-dictionary, # wontfix for better python2/3 code
|
consider-iterating-dictionary, # wontfix for better python2/3 code
|
||||||
logging-not-lazy,
|
|
||||||
logging-format-interpolation,
|
|
||||||
|
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
Loading…
Reference in New Issue
Block a user