From 225bf1707244338bf12fa4d17a66d3cf0aa7778c Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 19 Mar 2024 14:42:45 +0100 Subject: [PATCH] dev: fix exclude-rules text --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 804b0b98..937488d6 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]