Skip to content

Commit

Permalink
chore: remove depguard linter from .golangci.yml file
Browse files Browse the repository at this point in the history
- Remove the `depguard` linter from the `.golangci.yml` file.

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Aug 10, 2023
1 parent 2e4f9c8 commit b8a8fc9
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 @@ -4,7 +4,6 @@ linters:
fast: false
enable:
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down

0 comments on commit b8a8fc9

Please sign in to comment.