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:
Christian Heimes
2017-02-23 16:19:30 +01:00
committed by Martin Basti
parent ab9f42d6ee
commit 60cfacc541

View File

@@ -171,6 +171,7 @@ pylint: $(top_builddir)/ipapython/version.py ipasetup.py
-path './rpmbuild' -prune -o \ -path './rpmbuild' -prune -o \
-path './freeipa-*' -prune -o \ -path './freeipa-*' -prune -o \
-path './dist' -prune -o \ -path './dist' -prune -o \
-path './pypi' -prune -o \
-name '.*' -o \ -name '.*' -o \
-name '*.in' -o \ -name '*.in' -o \
-name '*~' -o \ -name '*~' -o \