[demo] in-process multinode demonstration #973
Annotations
7 errors and 1 warning
lint:
cmd/multinode/main.go#L41
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
config.go#L904
multi-line statement should be followed by a newline (whitespace)
|
lint:
cmd/multinode/main.go#L52
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
lint:
cmd/multinode/main.go#L44
return with no blank line before (nlreturn)
|
lint:
config.go#L939
return with no blank line before (nlreturn)
|
lint:
config.go#L922
return with no blank line before (nlreturn)
|
lint
Process completed with exit code 2.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-bitcoind-postgres", "logs-itest-bitcoind-postgres-nativesql", "logs-itest-macos", "logs-itest-windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading