mirror of
https://github.com/go-kratos/kratos.git
synced 2025-04-15 11:56:41 +02:00
ci: adjust magic number check (#1402)
This commit is contained in:
parent
a180043076
commit
f89e33d719
@ -59,8 +59,8 @@ linters-settings:
|
|||||||
gomnd:
|
gomnd:
|
||||||
settings:
|
settings:
|
||||||
mnd:
|
mnd:
|
||||||
# don't include the "operation" and "assign"
|
# don't include the "operation", "argument" and "assign"
|
||||||
checks: argument,case,condition,return
|
checks: case,condition,return
|
||||||
goconst:
|
goconst:
|
||||||
ignore-tests: true
|
ignore-tests: true
|
||||||
gocyclo:
|
gocyclo:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user