mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Don't complain about really long methods in PHP
This commit is contained in:
parent
12eddfbdfd
commit
83ae0905c3
1 changed files with 2 additions and 1 deletions
|
@ -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':[
|
||||
|
|
Loading…
Reference in a new issue