Skip to content

Commit

Permalink
Remove visited check from if pipeline rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermmorton committed Jul 6, 2023
1 parent 2b5a724 commit 38c6602
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions analyzers.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ func staticTypingRecursive(prefix string, val reflect.Value, node parse.Node, he
for i, arg := range cmd.Args[1:] {
switch argTyp := arg.(type) {
case *parse.FieldNode:
if isVisited(helper.ctx, argTyp) {
break
}
typ := prefix + argTyp.String()
field := helper.GetDefinedField(typ)
if field == nil {
Expand Down

0 comments on commit 38c6602

Please sign in to comment.