Skip to content

Commit

Permalink
chore: disable depguard linter (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio authored Jul 18, 2023
1 parent bfe7cb5 commit 558d2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ linters:
- contextcheck
# - cyclop
- decorder
- depguard
- dogsled
- dupl
- dupword
Expand Down Expand Up @@ -160,6 +159,8 @@ linters:
# - maligned
# - scopelint

# # Not useful
# - depguard
# # Not terribly useful and ends up in too much boilerplate
# - exhaustruct
# # False positives (https://github.com/daixiang0/gci/issues/54)
Expand Down

0 comments on commit 558d2ed

Please sign in to comment.