From: Tim Lauridsen Date: Tue, 21 Apr 2009 07:06:10 +0000 (+0200) Subject: Added the pylint basic and disabled the warning we dont care about X-Git-Tag: upstream/0.9.9~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cee96285ec091d4880b0627b1b1f9c6f6cd68b12;p=tools%2Fcreaterepo.git Added the pylint basic and disabled the warning we dont care about --- diff --git a/Makefile b/Makefile index facbc5b..c821ae4 100644 --- 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