Skip to content

Commit

Permalink
chore(go): refactor codebase and update configurations
Browse files Browse the repository at this point in the history
- Remove `exportloopref` linter from the configuration

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 14, 2024
1 parent afc8ed8 commit 397fdff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ linters:
- dogsled
- dupl
- errcheck
- exportloopref
- exhaustive
- gochecknoinits
- goconst
Expand Down

0 comments on commit 397fdff

Please sign in to comment.