Skip to content

Commit 2e907f9

Browse files
authored
docs: fix default depguard rule (#3879)
1 parent 62d1913 commit 2e907f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.reference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ linters-settings:
185185
#
186186
# `$gostd` - matches all of go's standard library (Pulled from `GOROOT`)
187187
#
188-
# Default: no rules.
188+
# Default: Only allow $gostd in all files.
189189
rules:
190190
# Name of a rule.
191191
main:

0 commit comments

Comments
 (0)