Skip to content

Instantly share code, notes, and snippets.

@ptrcarta
Created April 29, 2016 19:06
Show Gist options
  • Save ptrcarta/d676637bf1c44561398dc71205d5fe48 to your computer and use it in GitHub Desktop.
Save ptrcarta/d676637bf1c44561398dc71205d5fe48 to your computer and use it in GitHub Desktop.
set expandtab
set shiftwidth=4
set makeprg=pylint\ --rcfile=/dev/null\ --reports=n\ --msg-template=\"{path}:{line}:{column}:\ {msg_id}\ {symbol},\ {obj}\ {msg}\"\ \%\ \\\|\ grep\ -E\ '.*:\ [CWEY]'\ \\\|\ sort\ -k1,3
set errorformat=%f:%l:%c:\ %t%n\ %m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment