mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Skip python whitespace errors
This commit is contained in:
parent
2bc6abc253
commit
f80f372632
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue