Repository :
http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
---------------------------------------------------------------
commit 00da6617a5d7efc549ace96f28787cbb7677df13
Author: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Mon Nov 12 06:42:52 2012 +0100
Add utility script to run pylint properly
---------------------------------------------------------------
run_pylint.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/run_pylint.sh b/run_pylint.sh
new file mode 100755
index 0000000..2da5926
--- /dev/null
+++ b/run_pylint.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+PYTHONPATH=fedocal pylint -f parseable fedocal | tee pylint.out
+
+#pep8 fedocal/*.py fedocal/*/*.py | tee pep8.out