You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Pylint is a code checker for Python. See the project's page
for details.
Notes
On OS X you need to set the environment variable LC_CTYPE to UTF-8
before running Vim:
LC_CTYPE=en_US.UTF-8
export LC_CTYPE
Several people have expressed interest in showing the old message IDs
along with the error messages. You can override the message format in
g:syntastic_python_pylint_post_args. Please note that the new format
must start with {path}:{line}:{column}:{C}: , otherwise syntastic will
not recognise any messages. Example: