mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 15:50:47 -04:00
pylint: ignore duplicated imports
It is not uncommon to have the same imports across different python files. Ignore it when running pylint. Starting at pylint 2.14.5 this is the default value. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
3de1c783ea
commit
a2089f5a29
@ -73,3 +73,7 @@ reports=no
|
|||||||
# Allow unused variables if their name starts with an underscore.
|
# Allow unused variables if their name starts with an underscore.
|
||||||
# [unused-argument]
|
# [unused-argument]
|
||||||
dummy-variables-rgx=_.*
|
dummy-variables-rgx=_.*
|
||||||
|
|
||||||
|
[SIMILARITIES]
|
||||||
|
# Ignore imports when computing similarities.
|
||||||
|
ignore-imports=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user