scripts/pylint/do_pylint.sh
2009-04-03 Pawel Solyga Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh.
2009-01-20 Todd Larsen Linux /bin/sh (GNU) is not the same as OS X /bin/sh (BSD), so use /bin/bash.
2008-10-19 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