Skip to content

Commit

Permalink
remove lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed May 27, 2024
1 parent a5b478a commit cc8e1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/goast/visitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package goast

import (
"fmt"
goast "go/ast" //nolint:all
goast "go/ast"
)

type VisitorFunc func(stack []goast.Node, next func() error) error
Expand Down

0 comments on commit cc8e1d5

Please sign in to comment.