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 0e522c7 commit d8afdfc
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 d8afdfc

Please sign in to comment.