Skip to content

Commit

Permalink
dev: fix exclude-rules text
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 19, 2024
1 parent 3dbe882 commit 225bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 225bf17

Please sign in to comment.