From 9d888b41da20ede0549b397bca2b2eed259614f7 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 11 Nov 2015 12:00:09 -0500 Subject: [PATCH] Remove php errors about function cyclomatic 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 051d0d8..0741f18 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -224,9 +224,10 @@ scriptencoding utf-8 \ 'regex':[ \ 'Avoid using short method names like.*', \ 'Avoid variables with short names like.*', - \ 'The method.*has a Cyclomatic Complexity.*', \ 'The method.*has [0-9][0-9]* lines of code.*', + \ 'The method.*has a Cyclomatic Complexity.*', \ 'The method.*has an NPath complexity.*', + \ 'The function.*has a Cyclomatic Complexity.*', \ 'The function.*has an NPath complexity.*' \ ]} let g:syntastic_sh_bashate_quiet_messages={