From 83ae0905c3d4fde06213faa26b2d20d58a5a7d93 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 27 Jan 2016 13:57:09 -0500 Subject: [PATCH] Don't complain about really long methods in PHP --- 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 0741f18..9ea9bfc 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -228,7 +228,8 @@ scriptencoding utf-8 \ 'The method.*has a Cyclomatic Complexity.*', \ 'The method.*has an NPath complexity.*', \ 'The function.*has a Cyclomatic Complexity.*', - \ 'The function.*has an NPath complexity.*' + \ 'The function.*has an NPath complexity.*', + \ 'The function.*Avoid really long methods\.' \ ]} let g:syntastic_sh_bashate_quiet_messages={ \ 'regex':[