Skip to content

Commit

Permalink
allow lookups to be performed correctly
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <[email protected]>
  • Loading branch information
daveshanley committed Dec 7, 2023
1 parent 78e687d commit f8bff51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/build_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func BuildResultsWithDocCheckSkip(
CustomFunctions: customFunctions,
Base: base,
SkipDocumentCheck: skipCheck,
AllowLookup: true,
})

resultSet := model.NewRuleResultSet(ruleset.Results)
Expand Down

0 comments on commit f8bff51

Please sign in to comment.