Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero committed Sep 12, 2024
1 parent 22f6b58 commit 2aba163
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,18 @@ linters:
- gomnd
- gomodguard
- goprintffuncname
- gosec
- gosimple
- govet
- ineffassign
# - interfacer
# - maligned
- misspell
- nakedret
- nestif
- nlreturn
- noctx
- nolintlint
- prealloc
- rowserrcheck
- exportloopref
- sqlclosecheck
- staticcheck
- structcheck
- stylecheck
- testpackage
Expand All @@ -62,10 +57,15 @@ linters:
- unused
- varcheck
- whitespace
- wsl
disable:
- wsl
- govet
- gosec
- nakedret
- nolintlint
- revive
- depguard
- staticcheck
- exhaustivestruct
- lll
- gochecknoglobals
Expand Down

0 comments on commit 2aba163

Please sign in to comment.