Usage: ./this-pylint
--ignore-message re1 --ignore-message re2
--verbose
--which-2 /usr/local/cpython-2.7/bin/pylint
--which-3 /usr/local/cpython-3.4/bin/pylint
--to-pylint args
--which-2 and --which-3 must specify the path to a pylint for python
2.x or 3.x respectively. They can also be specified as "None" to skip
checking 2.x or 3.x. Naturally, if you skip both, no checks are run.
./this-pylint \
--ignore-message "^.*Unable to import 'hashlib'" \
--ignore-message "^.*Module 'hashlib' has no 'md5' member" \
--to-pylint filetocheck1.py filetocheck2.py
You can e-mail the author with questions or comments: