Skip to content

Commit

Permalink
fix golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Oct 31, 2024
1 parent 74c6cd2 commit ca31f54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
# - interfacer
- misspell
# - nakedret
- nolintlint
- scopelint
# - scopelint
- staticcheck
- structcheck
# - structcheck
- typecheck
- unconvert
- unparam
Expand Down

0 comments on commit ca31f54

Please sign in to comment.