From f80f3726323d89006886b1fcb0ecd8aed36a24e9 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 26 Jan 2015 00:15:25 -0500 Subject: [PATCH] Skip python whitespace errors --- vim/config/plugins.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index b02abf6..340d643 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -181,7 +181,9 @@ scriptencoding utf-8 \ 'cannot find symbol.*', \ '.*method does not override or implement a method from a supertype.*', \ '.*fatal error:[^:]*: No such file or directory.*', - \ '.*line too long.*' + \ '.*line too long.*', + \ 'trailing whitespace \[W291\]', + \ 'blank line contains whitespace \[W293\]' \ ]} let g:syntastic_check_on_wq=0