Skip to content

Commit 225bf17

Browse files
committed
dev: fix exclude-rules text
1 parent 3dbe882 commit 225bf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ issues:
156156
linters: [staticcheck]
157157
text: "SA1019: c.cfg.Run.ShowStats is deprecated: use Output.ShowStats instead."
158158
- path: pkg/golinters/govet.go
159-
text: "SA1019: settings.CheckShadowing is deprecated: the linter should be enabled inside `Enable`."
159+
text: "SA1019: cfg.CheckShadowing is deprecated: the linter should be enabled inside `Enable`."
160160

161161
- path: pkg/golinters/gofumpt.go
162162
linters: [staticcheck]

0 commit comments

Comments
 (0)