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