Allow all GitHub dependencies

This commit is contained in:
Ben van Hartingsveldt 2025-08-29 18:55:19 +02:00
parent 4d4d85799e
commit 013170eecc
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -106,6 +106,7 @@ linters:
list-mode: strict
allow:
- $gostd
- github.com/
deny:
- pkg: github.com/sirupsen/logrus
desc: "logging is allowed only by logutils.Log"