Change gocognit complextity threshold to 65 (#10906)

Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
Jie Hou 2022-06-20 11:57:39 +08:00 committed by GitHub
parent 385f101b2b
commit 56af079aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ linters:
linters-settings:
gocognit:
# TODO: We should target for < 50
min-complexity: 97
min-complexity: 65
output:
print-issued-lines: true