Skip to content

LICENSE + CI + badge updates #1

LICENSE + CI + badge updates

LICENSE + CI + badge updates #1

Triggered via pull request August 5, 2024 19:18
Status Failure
Total duration 46s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: hdfs/hadoop.go#L53
Error return value of `filepath.Walk` is not checked (errcheck)
ci: remote_logging.go#L45
Error return value of `io.Copy` is not checked (errcheck)
ci: mrtest/testing.go#L43
Error return value of `out.Write` is not checked (errcheck)
ci: mrtest/testing.go#L44
Error return value of `out.Write` is not checked (errcheck)
ci: mrproto/protocol.go#L245
Error return value of `w.Write` is not checked (errcheck)
ci: mrproto/protocol.go#L246
Error return value of `w.Write` is not checked (errcheck)
ci: mrproto/protocol.go#L247
Error return value of `w.Write` is not checked (errcheck)
ci: hdfs/job.go#L41
S1017: should replace this `if` statement with an unconditional `strings.TrimPrefix` (gosimple)
ci: hdfs/hadoop.go#L45
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
ci: mrproto/protocol_test.go#L60
S1005: unnecessary assignment to the blank identifier (gosimple)