projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38eb731
)
Added the pylint basic and disabled the warning we dont care about
author
Tim Lauridsen
<timlau@fedoraproject.org>
Tue, 21 Apr 2009 07:06:10 +0000
(09:06 +0200)
committer
Tim Lauridsen
<timlau@fedoraproject.org>
Tue, 21 Apr 2009 07:06:10 +0000
(09:06 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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