Remove the short names error for php

This commit is contained in:
Kevin MacMartin 2015-10-29 17:49:23 -04:00
parent c414004ea1
commit 53f6afe1a9

View file

@ -216,6 +216,10 @@ scriptencoding utf-8
\ '.*\[W293\]',
\ '.*\[E501\]'
\ ]}
let g:syntastic_php_phpmd_quiet_messages={
\ 'regex':[
\ 'Avoid using short method names like.*'
\ ]}
let g:syntastic_sh_bashate_quiet_messages={
\ 'regex':[
\ 'Indent not multiple of 4'