Remove php errors about function npath complexity

This commit is contained in:
Kevin MacMartin 2015-11-11 11:53:52 -05:00
parent c35bb6376b
commit 782d7b26f0

View file

@ -225,8 +225,9 @@ scriptencoding utf-8
\ 'Avoid using short method names like.*',
\ 'Avoid variables with short names like.*',
\ 'The method.*has a Cyclomatic Complexity.*',
\ 'The method.*has [0-9][0-9]* lines of code.*',
\ 'The method.*has an NPath complexity.*',
\ 'The method.*has [0-9][0-9]* lines of code.*'
\ 'The function.*has an NPath complexity.*'
\ ]}
let g:syntastic_sh_bashate_quiet_messages={
\ 'regex':[