mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Added another string to the ignore list for syntastic
This commit is contained in:
parent
fa771c8d84
commit
512f777729
1 changed files with 7 additions and 1 deletions
|
@ -156,7 +156,13 @@
|
|||
let g:syntastic_check_on_open=0
|
||||
endif
|
||||
|
||||
let g:syntastic_quiet_messages={'regex':['package\ [^\ ]*\ does not exist.*', 'cannot find symbol.*', '.*method does not override or implement a method from a supertype.*']}
|
||||
let g:syntastic_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ 'package\ [^\ ]*\ does not exist.*',
|
||||
\ 'cannot find symbol.*',
|
||||
\ '.*method does not override or implement a method from a supertype.*',
|
||||
\ '.*fatal error:[^:]*: No such file or directory.*'
|
||||
\ ]}
|
||||
|
||||
let g:syntastic_check_on_wq=0
|
||||
let g:syntastic_always_populate_loc_list=1
|
||||
|
|
Loading…
Reference in a new issue