mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-30 17:01:29 +00:00
Allow crypto dependencies
This commit is contained in:
parent
013170eecc
commit
b2855ad7a7
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ linters:
|
||||||
allow:
|
allow:
|
||||||
- $gostd
|
- $gostd
|
||||||
- github.com/
|
- github.com/
|
||||||
|
- golang.org/x/crypto/ripemd160
|
||||||
deny:
|
deny:
|
||||||
- pkg: github.com/sirupsen/logrus
|
- pkg: github.com/sirupsen/logrus
|
||||||
desc: "logging is allowed only by logutils.Log"
|
desc: "logging is allowed only by logutils.Log"
|
||||||
|
|
Loading…
Add table
Reference in a new issue