Skip to content

Commit

Permalink
chore(golangci-lint): remove depguard linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull authored Jan 23, 2024
1 parent dbb3e19 commit f4721bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ linters:
- rowserrcheck # disabled due to generics, can enable in future if needed
- sqlclosecheck # disabled due to generics, can enable in future if needed
- wastedassign # disabled due to generics, can enable in future if needed
- depguard # requires more config to be useful
run:
skip-dirs-use-default: true
skip-dirs:
Expand Down

0 comments on commit f4721bf

Please sign in to comment.