Don't complain about really long methods in PHP

This commit is contained in:
Kevin MacMartin 2016-01-27 13:57:09 -05:00
parent 12eddfbdfd
commit 83ae0905c3

View file

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