Skip to content

Commit

Permalink
fix: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 4, 2024
1 parent 0d0388f commit 7941fa5
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 @@ -17,7 +17,7 @@ linters:
fast: false
enable:
- bodyclose
- deadcode
#- deadcode
#- depguard
- dogsled
- dupl
Expand Down Expand Up @@ -45,14 +45,14 @@ linters:
- unconvert
- unparam
- unused
- varcheck
#- varcheck
- whitespace
- prealloc
- predeclared
- asciicheck
#- revive
- makezero
- interfacer
#- interfacer


run:
Expand Down

0 comments on commit 7941fa5

Please sign in to comment.