Skip to content

Update inx-app to db58eb9353ec #131

Update inx-app to db58eb9353ec

Update inx-app to db58eb9353ec #131

GitHub Actions / golangci failed Mar 7, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (12)

pkg/testsuite/mqtt_test.go|1| : # github.com/iotaledger/inx-mqtt/pkg/testsuite_test [github.com/iotaledger/inx-mqtt/pkg/testsuite.test]
pkg/testsuite/mqtt_test.go|306 col 5| unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse
pkg/testsuite/mqtt_test.go|306 col 29| undefined: api.BlockFailureNone
pkg/testsuite/mqtt_test.go|307 col 5| unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse
pkg/testsuite/mqtt_test.go|364 col 5| unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse
pkg/testsuite/mqtt_test.go|364 col 29| undefined: api.BlockFailureNone
pkg/testsuite/mqtt_test.go|365 col 5| unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse
pkg/testsuite/mqtt_test.go|400 col 5| unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse
pkg/testsuite/mqtt_test.go|400 col 29| undefined: api.BlockFailureNone
pkg/testsuite/mqtt_test.go|401 col 5| unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse
pkg/testsuite/mqtt_test.go|433 col 29| undefined: api.BlockFailureNone
pkg/testsuite/mqtt_test.go|433 col 29| too many errors (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 1 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L1

: # github.com/iotaledger/inx-mqtt/pkg/testsuite_test [github.com/iotaledger/inx-mqtt/pkg/testsuite.test]
Raw output
pkg/testsuite/mqtt_test.go:1: : # github.com/iotaledger/inx-mqtt/pkg/testsuite_test [github.com/iotaledger/inx-mqtt/pkg/testsuite.test]

Check failure on line 306 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L306

unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse
Raw output
pkg/testsuite/mqtt_test.go:306:5: unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse

Check failure on line 306 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L306

undefined: api.BlockFailureNone
Raw output
pkg/testsuite/mqtt_test.go:306:29: undefined: api.BlockFailureNone

Check failure on line 307 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L307

unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse
Raw output
pkg/testsuite/mqtt_test.go:307:5: unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse

Check failure on line 364 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L364

unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse
Raw output
pkg/testsuite/mqtt_test.go:364:5: unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse

Check failure on line 364 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L364

undefined: api.BlockFailureNone
Raw output
pkg/testsuite/mqtt_test.go:364:29: undefined: api.BlockFailureNone

Check failure on line 365 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L365

unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse
Raw output
pkg/testsuite/mqtt_test.go:365:5: unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse

Check failure on line 400 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L400

unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse
Raw output
pkg/testsuite/mqtt_test.go:400:5: unknown field BlockFailureReason in struct literal of type api.BlockMetadataResponse

Check failure on line 400 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L400

undefined: api.BlockFailureNone
Raw output
pkg/testsuite/mqtt_test.go:400:29: undefined: api.BlockFailureNone

Check failure on line 401 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L401

unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse
Raw output
pkg/testsuite/mqtt_test.go:401:5: unknown field TransactionMetadata in struct literal of type api.BlockMetadataResponse

Check failure on line 433 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L433

undefined: api.BlockFailureNone
Raw output
pkg/testsuite/mqtt_test.go:433:29: undefined: api.BlockFailureNone

Check failure on line 433 in pkg/testsuite/mqtt_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/mqtt_test.go#L433

too many errors (typecheck)
Raw output
pkg/testsuite/mqtt_test.go:433:29: too many errors (typecheck)
//nolint:forcetypeassert,scopelint,goconst,dupl