diff --git a/.golangci.yml b/.golangci.yml index 804b0b98ac23..937488d65bb0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -156,7 +156,7 @@ issues: linters: [staticcheck] text: "SA1019: c.cfg.Run.ShowStats is deprecated: use Output.ShowStats instead." - path: pkg/golinters/govet.go - text: "SA1019: settings.CheckShadowing is deprecated: the linter should be enabled inside `Enable`." + text: "SA1019: cfg.CheckShadowing is deprecated: the linter should be enabled inside `Enable`." - path: pkg/golinters/gofumpt.go linters: [staticcheck]