In the Syntastic plugin for VIM, is it possible for a Syntastic checker to report all errors and warnings in the gutter but only show errors (not warnings) in the location list?
I'd like to use VIM and Syntastic more like an IDE with passive strict warnings, so the location list only "pops" up into view when a compile error happens, while a more strict style issue is only noted in the gutter.