1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

fix: update ci gocyclo min-complexity 50 (#2000)

This commit is contained in:
包子 2022-05-19 23:00:17 +08:00 committed by GitHub
parent f0a058713f
commit c9f95dc2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,4 +65,4 @@ linters-settings:
ignore-tests: true
gocyclo:
# recommend 10-20
min-complexity: 30
min-complexity: 50