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