Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 4, 2024
1 parent 3042a1c commit f228b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ linters:
fast: false
enable:
- bodyclose
- deadcode
#- deadcode
#- depguard
- dogsled
- errcheck
Expand All @@ -39,13 +39,13 @@ linters:
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
#- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
#- varcheck
- whitespace
- prealloc
- predeclared
Expand Down

0 comments on commit f228b14

Please sign in to comment.