mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-09-05 05:15:22 +00:00
Allow all standard dependencies
This commit is contained in:
parent
8927acc30c
commit
4d4d85799e
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ linters:
|
||||||
rules:
|
rules:
|
||||||
main:
|
main:
|
||||||
list-mode: strict
|
list-mode: strict
|
||||||
|
allow:
|
||||||
|
- $gostd
|
||||||
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