scripts/pylint/do_pylint.sh
Mon, 18 May 2009 20:23:42 +0200 Pawel Solyga Invoke pylint from build script.
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.
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.
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.
less more (0) tip