Silence sass error when imports can't be located

This commit is contained in:
Kevin MacMartin 2016-12-29 14:10:19 -05:00
parent fae6d7e985
commit 9c66c59df9

View file

@ -187,6 +187,10 @@ scriptencoding utf-8
\ 'NameError:.* is undefined', \ 'NameError:.* is undefined',
\ 'FileError:.*' \ 'FileError:.*'
\ ]} \ ]}
let g:syntastic_scss_sass_quiet_messages={
\ 'regex':[
\ 'File to import not found or unreadable.*'
\ ]}
let g:syntastic_java_javac_quiet_messages={ let g:syntastic_java_javac_quiet_messages={
\ 'regex':[ \ 'regex':[
\ 'cannot find symbol.*', \ 'cannot find symbol.*',