From d5db7ba630f0858829bd9f8139bfa14116e3c335 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 11 Dec 2017 17:36:37 +0000 Subject: [PATCH] Only lint for actual php errors --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index ca3d0ff..246666b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -190,8 +190,7 @@ let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 " php syntastic options " order of checking -let g:syntastic_php_checkers = ['php', 'phpcs', 'phpmd'] -let g:syntastic_php_phpcs_args = '--standard=PSR2' +let g:syntastic_php_checkers = ['php'] " Let’s use Vim properly, no arrow keys nnoremap :echomsg "use k"