Skip to content

Gofmt lib/data.go

Gofmt lib/data.go #4

Triggered via push January 3, 2024 21:46
Status Failure
Total duration 1m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
func (*Parser).getImmediate is unused (U1000)
build
possible nil pointer dereference (SA5011)
build
this check suggests that the pointer can be nil
build
possible nil pointer dereference (SA5011)
build
this check suggests that the pointer can be nil
build
redundant return statement (S1023)
build
error strings should not be capitalized (ST1005)
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)