PROP-26 - Implement Proplet #4
Annotations
10 errors and 1 warning
golangci-lint:
cmd/proplet/main.go#L44
exitAfterDefer: os.Exit will exit, and `defer cancel()` will not run (gocritic)
|
golangci-lint:
cmd/proplet/main.go#L87
httpNoBody: http.NoBody should be preferred to the nil request body (gocritic)
|
golangci-lint:
proplet/service.go#L135
Function `Run$1->handleStartCommand->handleStartCommand$1->deployAndRunApp` should pass the context parameter (contextcheck)
|
golangci-lint:
proplet/service.go#L138
Function `Run$2->handleStopCommand` should pass the context parameter (contextcheck)
|
golangci-lint:
proplet/service.go#L141
Function `Run$3->registryUpdate` should pass the context parameter (contextcheck)
|
golangci-lint:
proplet/service.go#L152
Function `Run$4->handleChunk->deployAndRunApp` should pass the context parameter (contextcheck)
|
golangci-lint:
cmd/proplet/main.go#L106
return with no blank line before (nlreturn)
|
golangci-lint:
cmd/proplet/main.go#L90
return with no blank line before (nlreturn)
|
golangci-lint:
cmd/proplet/main.go#L96
return with no blank line before (nlreturn)
|
golangci-lint:
cmd/proplet/main.go#L102
return with no blank line before (nlreturn)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading