Skip to content

Commit

Permalink
remove lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed May 24, 2024
1 parent 4e1d7ca commit 2f488b7
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 2f488b7

Please sign in to comment.