Skip to content

Commit

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

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Feb 1, 2024
1 parent 23f84fc commit 0da5a15
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 @@ -3,7 +3,6 @@ run:
linters:
enable:
- asciicheck
- depguard
- dogsled
- durationcheck
- errcheck
Expand Down

0 comments on commit 0da5a15

Please sign in to comment.