mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove the short variable names error for php
This commit is contained in:
parent
53f6afe1a9
commit
a72dfc6b25
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ scriptencoding utf-8
|
|||
\ ]}
|
||||
let g:syntastic_php_phpmd_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ 'Avoid using short method names like.*'
|
||||
\ 'Avoid using short method names like.*',
|
||||
\ 'Avoid variables with short names like.*'
|
||||
\ ]}
|
||||
let g:syntastic_sh_bashate_quiet_messages={
|
||||
\ 'regex':[
|
||||
|
|
Loading…
Reference in a new issue