mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: ignore pypi placeholders
pylint gets confused by duplicated package names, e.g. ipaplatform and pypi/ipaplatform. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
ab9f42d6ee
commit
60cfacc541
@@ -171,6 +171,7 @@ pylint: $(top_builddir)/ipapython/version.py ipasetup.py
|
||||
-path './rpmbuild' -prune -o \
|
||||
-path './freeipa-*' -prune -o \
|
||||
-path './dist' -prune -o \
|
||||
-path './pypi' -prune -o \
|
||||
-name '.*' -o \
|
||||
-name '*.in' -o \
|
||||
-name '*~' -o \
|
||||
|
||||
Reference in New Issue
Block a user