Skip to content

Commit bc606c2

Browse files
committed
chore: update implementation
1 parent c797b9c commit bc606c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/tenv/tenv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ func New(settings *config.TenvSettings) *goanalysis.Linter {
2525
a.Doc,
2626
[]*analysis.Analyzer{a},
2727
cfg,
28-
).WithLoadMode(goanalysis.LoadModeSyntax)
28+
).WithLoadMode(goanalysis.LoadModeTypesInfo)
2929
}

0 commit comments

Comments
 (0)