projects
/
geekigeeki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
014d5c7
)
Add script to run pylint
author
Bernardo Innocenti
<bernie@codewiz.org>
Thu, 17 Jan 2008 19:36:33 +0000
(14:36 -0500)
committer
Bernardo Innocenti
<bernie@codewiz.org>
Thu, 17 Jan 2008 19:36:33 +0000
(14:36 -0500)
runpylint.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/runpylint.sh
b/runpylint.sh
new file mode 100755
(executable)
index 0000000..
8769603
--- /dev/null
+++ b/
runpylint.sh
@@ -0,0
+1
@@
+pylint --max-line-length=120 --disable-msg=C0111 geekigeeki.py 2>&1 | tee pylint.log