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 <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 5, 2023
1 parent ad50152 commit 4f4fe83
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 4f4fe83

Please sign in to comment.