[demo] in-process multinode demonstration #939
Annotations
10 errors and 2 warnings
lint:
cmd/multinode/main.go#L40
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
cmd/multinode/main.go#L91
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
config.go#L902
multi-line statement should be followed by a newline (whitespace)
|
lint:
cmd/multinode/mux.go#L116
unnecessary leading newline (whitespace)
|
lint:
cmd/multinode/mux.go#L135
unnecessary leading newline (whitespace)
|
lint:
cmd/multinode/main.go#L51
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
lint:
cmd/multinode/main.go#L43
return with no blank line before (nlreturn)
|
lint:
config.go#L937
return with no blank line before (nlreturn)
|
lint:
config.go#L920
return with no blank line before (nlreturn)
|
lint
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-neutrino", "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