mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Remove php errors about function cyclomatic complexity
This commit is contained in:
parent
782d7b26f0
commit
9d888b41da
1 changed files with 2 additions and 1 deletions
|
@ -224,9 +224,10 @@ scriptencoding utf-8
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
\ 'Avoid using short method names like.*',
|
\ 'Avoid using short method names like.*',
|
||||||
\ 'Avoid variables with short 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 [0-9][0-9]* lines of code.*',
|
||||||
|
\ 'The method.*has a Cyclomatic Complexity.*',
|
||||||
\ 'The method.*has an NPath 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.*'
|
||||||
\ ]}
|
\ ]}
|
||||||
let g:syntastic_sh_bashate_quiet_messages={
|
let g:syntastic_sh_bashate_quiet_messages={
|
||||||
|
|
Loading…
Reference in a new issue