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:
parent
a180043076
commit
f89e33d719
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user