Allow all standard dependencies

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

View file

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