From 4b529edfdfffb09d58820b46a2fd6f4cefe0c194 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 10 Sep 2014 01:05:08 -0400 Subject: [PATCH] whitelisted a java error that appears because of limited project scope --- vim/config/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index d6ca9b1..8fb51ee 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -156,7 +156,7 @@ let g:syntastic_check_on_open=0 endif - let g:syntastic_quiet_messages={'regex':['package\ [^\ ]*\ does not exist.*', 'cannot find symbol.*']} + 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_check_on_wq=0 let g:syntastic_always_populate_loc_list=1