fix ci issue

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-02-18 08:23:20 +08:00
parent fa707ae0c3
commit 5a96ecd6d4
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,6 @@ linters:
- ineffassign - ineffassign
- misspell - misspell
- nakedret - nakedret
- copyloopvar
- staticcheck - staticcheck
- typecheck - typecheck
- unconvert - unconvert
@ -264,6 +263,7 @@ linters:
- whitespace - whitespace
- gci - gci
# don't enable: # don't enable:
# - copyloopvar
# - depguard # - depguard
# - deadcode # - deadcode
# - gochecknoglobals # - gochecknoglobals