mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-06 11:28:49 -04:00
dev: fix exclude-rules text
This commit is contained in:
parent
3dbe882839
commit
225bf17072
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue