This is a Sublime Text 2 package that will run Pylint against Python files being edited and highlight the warnings returned.
The package requires Pylint to already be installed
-
Unix
Install Pylint a place where Python can find it, e.g.
/usr/bin -
Windows
Install Pylint and set Python Path in SYSTEM PATH
- Win platform just drop pylint.py into
Sublime Text 2/Packages/User - OSX platform just drop pylint.py into
{HOME}/Library/Application Support/Sublime Text 2/Packages/User/
The package will run every time a Python file is saved.