Skip to content

Refined the definition of build_cache.path and the --build-path behaviour #4623

Refined the definition of build_cache.path and the --build-path behaviour

Refined the definition of build_cache.path and the --build-path behaviour #4623

Triggered via pull request August 9, 2024 14:58
Status Failure
Total duration 1m 6s
Artifacts

check-go-task.yml

on: pull_request
run-determination
0s
run-determination
Matrix: build
Matrix: check-config
Matrix: check-formatting
Matrix: check-license-headers
Matrix: check-outdated
Matrix: check-style
Fit to window
Zoom out
Zoom in

Annotations

5 errors
check-style (./): rpc/internal/port_watch_example/main.go#L53
superfluous-else: if block ends with call to log.Fatal function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
check-style (./): rpc/internal/port_watch_example/main.go#L59
superfluous-else: if block ends with call to log.Fatal function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
check-style (./): rpc/internal/port_watch_example/main.go#L86
superfluous-else: if block ends with call to log.Fatal function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
check-style (./): rpc/internal/port_watch_example/main.go#L62
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
check-style (./)
issues found