feat(apps): Add apps new dev server #19472
Triggered via pull request
November 17, 2025 18:03
Status
Failure
Total duration
20m 50s
Artifacts
–
push.yml
on: pull_request
cleanups
3s
lint
1m 8s
validate-generated-is-up-to-date
42s
validate-python-codegen
11s
Matrix: tests
Annotations
10 errors
|
lint:
cmd/workspace/apps/vite_bridge.go#L209
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
|
lint:
cmd/workspace/apps/vite_bridge.go#L191
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
|
lint:
cmd/workspace/apps/vite_bridge.go#L30
File is not properly formatted (gofmt)
|
|
lint:
cmd/workspace/apps/vite_bridge.go#L462
Error return value of `vb.hmrConn.WriteMessage` is not checked (errcheck)
|
|
lint:
cmd/workspace/apps/vite_bridge.go#L457
Error return value of `vb.tunnelConn.WriteMessage` is not checked (errcheck)
|
|
lint:
cmd/workspace/apps/dev.go#L177
Error return value of `viteCmd.Process.Kill` is not checked (errcheck)
|
|
lint:
cmd/workspace/apps/dev.go#L166
Error return value of `viteCmd.Process.Signal` is not checked (errcheck)
|
|
lint:
cmd/workspace/apps/dev.go#L94
Error return value of `viteCmd.Process.Kill` is not checked (errcheck)
|
|
lint:
cmd/workspace/apps/vite_bridge.go#L138
response body must be closed (bodyclose)
|
|
lint:
cmd/workspace/apps/vite_bridge.go#L120
response body must be closed (bodyclose)
|