Refined the definition of build_cache.path
and the --build-path
behaviour
#4623
check-go-task.yml
on: pull_request
run-determination
0s
Matrix: build
Matrix: check-config
Matrix: check-formatting
Matrix: check-license-headers
Matrix: check-outdated
Matrix: check-style
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
|