Skip to content

Commit

Permalink
Disable depguard
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods-1p committed Jul 19, 2023
1 parent 77f017f commit 0e35970
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linters:
disable:
# too noisy
- cyclop
- depguard
- exhaustivestruct
- funlen
- gochecknoglobals
Expand All @@ -23,10 +24,3 @@ linters:
- interfacer
- maligned
- scopelint

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

0 comments on commit 0e35970

Please sign in to comment.