mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: gofmt -w -r 'interface{} -> any' pkg scripts (#3742)
This commit is contained in:
parent
6ba102656d
commit
1e700732e7
88 changed files with 180 additions and 180 deletions
|
@ -17,7 +17,7 @@ type Linter interface {
|
|||
type Noop struct {
|
||||
name string
|
||||
desc string
|
||||
run func(pass *analysis.Pass) (interface{}, error)
|
||||
run func(pass *analysis.Pass) (any, error)
|
||||
}
|
||||
|
||||
func (n Noop) Run(_ context.Context, lintCtx *Context) ([]result.Issue, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue