Remove php warning about overall complexity

This commit is contained in:
Kevin MacMartin 2016-04-26 13:57:48 -04:00
parent 6e49188b69
commit 8c33842ee3

View file

@ -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':[