dev: fix exclude-rules text

This commit is contained in:
Fernandez Ludovic 2024-03-19 14:42:45 +01:00
parent 3dbe882839
commit 225bf17072

@ -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]