From 8c33842ee3c9f0ccabb658d2fdbe50728848374a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 26 Apr 2016 13:57:48 -0400 Subject: [PATCH] Remove php warning about overall complexity --- 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 dc96434..5764e34 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -220,7 +220,8 @@ scriptencoding utf-8 \ 'The method.*has an NPath complexity.*', \ 'The function.*has a Cyclomatic Complexity.*', \ 'The function.*has an NPath complexity.*', - \ 'The function.*Avoid really long methods\.' + \ 'The function.*Avoid really long methods\.', + \ 'The class.*has an overall complexity.*' \ ]} let g:syntastic_sh_bashate_quiet_messages={ \ 'regex':[