Skip python whitespace errors

This commit is contained in:
Kevin MacMartin 2015-01-26 00:15:25 -05:00
parent 2bc6abc253
commit f80f372632

View file

@ -181,7 +181,9 @@ scriptencoding utf-8
\ 'cannot find symbol.*', \ 'cannot find symbol.*',
\ '.*method does not override or implement a method from a supertype.*', \ '.*method does not override or implement a method from a supertype.*',
\ '.*fatal error:[^:]*: No such file or directory.*', \ '.*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 let g:syntastic_check_on_wq=0