Skip to content

Commit

Permalink
ci: rm varcheck structcheck deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed May 7, 2024
1 parent a40e5d2 commit 4959eff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ run:

linters:
enable:
- deadcode
- errcheck
- gofmt
- goimports
Expand All @@ -15,10 +14,8 @@ linters:
- misspell
- revive
- staticcheck
- structcheck
- typecheck
- unused
- varcheck

issues:
exclude-use-default: false
Expand Down

0 comments on commit 4959eff

Please sign in to comment.