Mercurial
Mercurial
>
py_tasks_melange
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
scripts/pylint/do_pylint.sh
Mon, 18 May 2009 20:23:42 +0200
Pawel Solyga
Invoke pylint from build script.
file
|
diff
|
annotate
Fri, 03 Apr 2009 17:27:31 +0000
Pawel Solyga
Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh.
file
|
diff
|
annotate
Tue, 20 Jan 2009 22:21:32 +0000
Todd Larsen
Linux /bin/sh (GNU) is not the same as OS X /bin/sh (BSD), so use /bin/bash.
file
|
diff
|
annotate
Sun, 19 Oct 2008 13:06:20 +0000
Pawel Solyga
Add pylint configuration file (pylintrc) and do_pylint.sh script which runs pylint checkers on Melange code using pylintrc file as config. do_pylint.sh as default shows additional information like reports, TODOs, code similarities and unused imports, but you can run it in silent mode (--silent) which disables all of that. The only problem with unused imports in pylint right now is that it doesn't work in the situation described in last example at http://code.google.com/p/soc/wiki/PythonStyleGuide#Packages, so sometimes we get unused import soc when we actually shouldn't. However this can be fixed by writing pylint plugins (our own checkers) in future.
file
|
diff
|
annotate
less
more
(0)
tip