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

pull/2003/head
包子 3 years ago committed by GitHub
parent f0a058713f
commit c9f95dc2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .golangci.yml

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

Loading…
Cancel
Save