Skip to content

Commit

Permalink
fix(ci): make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Oct 12, 2024
1 parent 42d748f commit 96a125e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,38 @@ linters:
fast: false
enable:
- bodyclose
#- deadcode
#- depguard
- dogsled
- dupl
- errcheck
- exportloopref
- exhaustive
#- funlen
#- goconst
#- gocritic
- gocritic
#- gocyclo
- gofumpt
- gofmt
- goimports
- goprintffuncname
#- gosec
- gosimple
- govet
- ineffassign
- misspell
#- misspell
- nolintlint
- rowserrcheck
- staticcheck
#- structcheck
#- stylecheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
#- varcheck
- whitespace
- prealloc
- predeclared
- asciicheck
#- revive
- revive
- forbidigo
- makezero
#- interfacer


run:
Expand All @@ -57,6 +53,7 @@ run:
deadline: 5m
issues-exit-code: 1
tests: false
go: '1.20'

# output configuration options
output:
Expand Down

0 comments on commit 96a125e

Please sign in to comment.