summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-02-23 16:19:30 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-02 14:43:37 +0100
commit60cfacc54167b7b94b63874ade62740d980e3746 (patch)
tree7fbfffd8f40eecbbc1a52c3805974f351913d557 /Makefile.am
parentab9f42d6eeefeaca2e4a5a9acfbb07b428be4616 (diff)
downloadfreeipa-60cfacc54167b7b94b63874ade62740d980e3746.tar.gz
freeipa-60cfacc54167b7b94b63874ade62740d980e3746.tar.xz
freeipa-60cfacc54167b7b94b63874ade62740d980e3746.zip
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 26ba379c0..a6ff627f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \