From 53f6afe1a9e44f0c6d0b02896c59c605f1a1c87e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 Oct 2015 17:49:23 -0400 Subject: [PATCH] Remove the short names error for php --- vim/config/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index e4585b6..1eeecb2 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -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'