Added the pylint basic and disabled the warning we dont care about
authorTim Lauridsen <timlau@fedoraproject.org>
Tue, 21 Apr 2009 07:06:10 +0000 (09:06 +0200)
committerTim Lauridsen <timlau@fedoraproject.org>
Tue, 21 Apr 2009 07:06:10 +0000 (09:06 +0200)
Makefile

index facbc5b28fa6f9846654e60a44e1bddd4423bead..c821ae42a51ed6a09403e064f0e978a0dc7c926d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,12 @@ distclean: clean
          $(MAKE) -C $$subdir distclean VERSION=$(VERSION) PKGNAME=$(PKGNAME); \
        done
 
+pylint:
+       @pylint --rcfile=test/createrepo-pylintrc *.py createrepo
+
+pylint-short:
+       @pylint -r n --rcfile=test/createrepo-pylintrc *.py createrepo
+
 mostlyclean:
        $(MAKE) clean