Skip to content

Add Cc to common headers #647

Add Cc to common headers

Add Cc to common headers #647

Triggered via pull request November 28, 2024 07:45
Status Failure
Total duration 34s
Artifacts

lint.yml

on: pull_request
run golangci-golint on the project
25s
run golangci-golint on the project
Fit to window
Zoom out
Zoom in

Annotations

10 errors
run golangci-golint on the project: events/epoch_time.go#L30
e.UnixNano undefined (type SecondsEpochTime has no field or method UnixNano) (typecheck)
run golangci-golint on the project: events/epoch_time.go#L52
e.UnixNano undefined (type MilliSecondsEpochTime has no field or method UnixNano) (typecheck)
run golangci-golint on the project: events/epoch_time.go#L67
e.Format undefined (type RFC3339EpochTime has no field or method Format) (typecheck)
run golangci-golint on the project: events/codebuild_test.go#L73
cannot convert 0 (untyped int constant) to type DurationSeconds (typecheck)
run golangci-golint on the project: events/codebuild_test.go#L81
cannot convert 0 (untyped int constant) to type DurationSeconds (typecheck)
run golangci-golint on the project: events/codebuild_test.go#L105
cannot convert 0 (untyped int constant) to type DurationSeconds (typecheck)
run golangci-golint on the project: events/epoch_time_test.go#L21
epoch.UTC undefined (type SecondsEpochTime has no field or method UTC) (typecheck)
run golangci-golint on the project: events/epoch_time_test.go#L51
epoch.UTC undefined (type MilliSecondsEpochTime has no field or method UTC) (typecheck)
run golangci-golint on the project: events/kafka_test.go#L36
record.Timestamp.UTC undefined (type MilliSecondsEpochTime has no field or method UTC) (typecheck)
run golangci-golint on the project: lambda/handler.go#L323
out.Reset undefined (type *jsonOutBuffer has no field or method Reset) (typecheck)