1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-04-13 11:50:53 +02:00

ci: adjust magic number check (#1402)

This commit is contained in:
Kagaya 2021-09-01 12:59:16 +08:00 committed by GitHub
parent a180043076
commit f89e33d719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,8 @@ linters-settings:
gomnd:
settings:
mnd:
# don't include the "operation" and "assign"
checks: argument,case,condition,return
# don't include the "operation", "argument" and "assign"
checks: case,condition,return
goconst:
ignore-tests: true
gocyclo: