Skip to content

Commit

Permalink
chore: refactor codebase by removing unused linters
Browse files Browse the repository at this point in the history
- Remove `deadcode` and `depguard` linters
- Remove `structcheck` linter
- Remove `varcheck` linter

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 23, 2024
1 parent 3f8744f commit 030d76c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ linters:
fast: false
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
Expand All @@ -29,13 +27,11 @@ linters:
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
- gofumpt

Expand Down

0 comments on commit 030d76c

Please sign in to comment.