vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Feature Request : Option for disabling pep8 recomendations #2291

Closed TheSeriousProgrammer closed 4 years ago

TheSeriousProgrammer commented 4 years ago

I am currently using python 3.7

In vim while saving files ,the syntastic plugin starts to work.. I really like the error indication part , but can i disable the part which gives pip8 recomendations for the beautification of code alone and just use the error indication?

lcd047 commented 4 years ago

You can save a lot of time by reading the manual. In this particular case: :h syntastic-filetype-checkers.

TheSeriousProgrammer commented 4 years ago

Thanks for the quick reply, got the fix!