Don't complain about too many lines of code in PHP files

This commit is contained in:
Kevin MacMartin 2017-08-14 17:20:01 -04:00
parent aeddb208b5
commit 5c336c99b1

View file

@ -236,7 +236,8 @@ scriptencoding utf-8
\ 'The function.*has an NPath 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.*', \ '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={ let g:syntastic_sh_bashate_quiet_messages={
\ 'regex':[ \ 'regex':[