Skip to content

Commit 4d4d857

Browse files
committed
Allow all standard dependencies
1 parent 8927acc commit 4d4d857

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ linters:
104104
rules:
105105
main:
106106
list-mode: strict
107+
allow:
108+
- $gostd
107109
deny:
108110
- pkg: github.com/sirupsen/logrus
109111
desc: "logging is allowed only by logutils.Log"

0 commit comments

Comments
 (0)