Only lint for actual php errors
This commit is contained in:
parent
5b036180e8
commit
d5db7ba630
1 changed files with 1 additions and 2 deletions
|
@ -190,8 +190,7 @@ let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
" php syntastic options
|
" php syntastic options
|
||||||
" order of checking
|
" order of checking
|
||||||
let g:syntastic_php_checkers = ['php', 'phpcs', 'phpmd']
|
let g:syntastic_php_checkers = ['php']
|
||||||
let g:syntastic_php_phpcs_args = '--standard=PSR2'
|
|
||||||
|
|
||||||
" Let’s use Vim properly, no arrow keys
|
" Let’s use Vim properly, no arrow keys
|
||||||
nnoremap <Up> :echomsg "use k"<cr>
|
nnoremap <Up> :echomsg "use k"<cr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue