mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: ignore new checks added in 1.7
New checks will be temporarily disabled until fixed. https://pagure.io/freeipa/issue/6874 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
5f640de76e
commit
7eb02a49ed
11
pylintrc
11
pylintrc
@ -84,7 +84,16 @@ disable=
|
||||
singleton-comparison,
|
||||
misplaced-comparison-constant,
|
||||
not-a-mapping,
|
||||
singleton-comparison
|
||||
singleton-comparison,
|
||||
len-as-condition, # 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
|
||||
useless-super-delegation, # new in pylint 1.7
|
||||
redefined-argument-from-local, # new in pylint 1.7
|
||||
consider-merging-isinstance, # new in pylint 1.7
|
||||
unsupported-assignment-operation # new in pylint 1.7
|
||||
consider-iterating-dictionary, # wontfix for better python2/3 code
|
||||
|
||||
|
||||
[REPORTS]
|
||||
|
Loading…
Reference in New Issue
Block a user