From 5c336c99b179d83554972ea30471667770eb0327 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 14 Aug 2017 17:20:01 -0400 Subject: [PATCH] Don't complain about too many lines of code in PHP files --- 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 3dbf161..871c83b 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -236,7 +236,8 @@ scriptencoding utf-8 \ 'The function.*has an NPath complexity.*', \ 'The function.*Avoid really long methods\.', \ 'The class.*has an overall complexity.*', - \ 'The class.*has.*public methods.*' + \ 'The class.*has.*public methods.*', + \ 'The class.*lines of code' \ ]} let g:syntastic_sh_bashate_quiet_messages={ \ 'regex':[