XRAY-160044 - Skip for local Go 'replace' modules - #885
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
7f53f05 to
77ceac9
Compare
|
[Re: go.mod:150] Review generated by xray-pr-review |
74db1b6 to
3e7756a
Compare
8817770 to
1f40533
Compare

devbranch.go vet ./....go fmt ./....jf curation-auditHEAD-probes every Go module in the dependency tree against Artifactory. When a module is satisfied by a localreplacedirective, Go reports it under its original name/placeholder version with no "local" signal - so it still gets probed, 404s, and flags the whole report as "may be incomplete."Now parses go.mod's
replacetable directly to detect local-directory replaces and skips probing them.Before

After
