Revert "feat(openclip): add bootstrap downloader hardening and tests" #159
Annotations
10 errors
|
ort/environment.go#L148
unsafeptr: possible misuse of unsafe.Pointer (govet)
|
|
ort/cstring.go#L60
unsafeptr: possible misuse of unsafe.Pointer (govet)
|
|
ort/cstring.go#L40
unsafeptr: possible misuse of unsafe.Pointer (govet)
|
|
examples/experimental/main.go#L85
unsafeptr: possible misuse of unsafe.Pointer (govet)
|
|
tools/gen_ortapi.go#L99
exitAfterDefer: os.Exit will exit, and `defer file.Close()` will not run (gocritic)
|
|
ort/environment_test.go#L504
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
|
ort/environment_test.go#L442
unlambda: replace `func() error {
|
|
examples/inference/main.go#L52
exitAfterDefer: log.Fatalf will exit, and `defer func(){...}(...)` will not run (gocritic)
|
|
examples/experimental/main.go#L67
exitAfterDefer: log.Fatal will exit, and `defer func(){...}(...)` will not run (gocritic)
|
|
tools/gen_ortapi.go#L33
Error return value of `file.Close` is not checked (errcheck)
|
The logs for this run have expired and are no longer available.
Loading