Skip to content

Commit

Permalink
chore: refactor codebase and update linter configuration
Browse files Browse the repository at this point in the history
- Remove `deadcode`, `depguard`, `exportloopref`, `structcheck`, and `varcheck` linters from the configuration

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jan 19, 2025
1 parent b17aa84 commit cc1f45b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ linters:
fast: false
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
- exportloopref
- exhaustive
- gochecknoinits
- goconst
Expand All @@ -29,13 +26,11 @@ linters:
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
- gofumpt

Expand Down

0 comments on commit cc1f45b

Please sign in to comment.