Skip to content

Commit

Permalink
golangci-lint: fix depguard typo (#12557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Mar 25, 2024
1 parent 48fb0f9 commit 8426a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ linters-settings:
desc: Use gopkg.in/guregu/null.v4 instead
- pkg: gopkg.in/guregu/null.v3
desc: Use gopkg.in/guregu/null.v4 instead
- pkg: https://github.com/go-gorm/gorm
- pkg: github.com/go-gorm/gorm
desc: Use github.com/jmoiron/sqlx directly instead
issues:
exclude-rules:
Expand Down

0 comments on commit 8426a67

Please sign in to comment.