Only lint for actual php errors

This commit is contained in:
Jonny Barnes 2017-12-11 17:36:37 +00:00
parent 5b036180e8
commit d5db7ba630

View file

@ -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']
" Lets use Vim properly, no arrow keys
nnoremap <Up> :echomsg "use k"<cr>