Skip to content

Commit

Permalink
Balanced the config of the doctor
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Feb 3, 2024
1 parent 895d7df commit 514cdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions motor/rule_applicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func ApplyRulesToRuleSet(execution *RuleSetExecution) *RuleSetExecutionResult {
indexConfig.AllowRemoteLookup = true
indexConfigUnresolved.AllowRemoteLookup = true
docConfig.AllowRemoteReferences = true
docConfig.AllowFileReferences = true
}

if execution.SkipDocumentCheck {
Expand Down

0 comments on commit 514cdc3

Please sign in to comment.