Add script to run pylint
authorBernardo Innocenti <bernie@codewiz.org>
Thu, 17 Jan 2008 19:36:33 +0000 (14:36 -0500)
committerBernardo Innocenti <bernie@codewiz.org>
Thu, 17 Jan 2008 19:36:33 +0000 (14:36 -0500)
runpylint.sh [new file with mode: 0755]

diff --git a/runpylint.sh b/runpylint.sh
new file mode 100755 (executable)
index 0000000..8769603
--- /dev/null
@@ -0,0 +1 @@
+pylint --max-line-length=120 --disable-msg=C0111 geekigeeki.py 2>&1 | tee pylint.log