From 8cf404d3fcbc95523ac7e12c46be9fd58af1eb79 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 28 Apr 2016 16:40:34 -0400 Subject: [PATCH] Remove PHP errors about too many public methods --- vim/config/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 5764e34..d69033b 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -221,7 +221,8 @@ scriptencoding utf-8 \ 'The function.*has a Cyclomatic Complexity.*', \ 'The function.*has an NPath complexity.*', \ 'The function.*Avoid really long methods\.', - \ 'The class.*has an overall complexity.*' + \ 'The class.*has an overall complexity.*', + \ 'The class.*has.*public methods.*' \ ]} let g:syntastic_sh_bashate_quiet_messages={ \ 'regex':[