1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +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
+2 -2
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: