Skip to content

Commit

Permalink
Explicit allow for self with depguard
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods-1p committed Jul 19, 2023
1 parent 4ce4524 commit 77f017f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ linters:
- interfacer
- maligned
- scopelint

linters-settings:
depguard:
rules:
main:
allow:
- github.com/1Password/srp

0 comments on commit 77f017f

Please sign in to comment.