Skip to content

data formatter fix

data formatter fix #44

Triggered via push February 13, 2024 14:54
Status Failure
Total duration 23s
Artifacts

linter.yml

on: push
golangci linter
14s
golangci linter
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
golangci linter: contracts/cmd/config/config.go#L5
could not import github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy (-: # github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy
golangci linter: contracts/deploy/factory.go#L51
cannot use NewDataFormatter() (value of type *dataFormatter) as DataFormatter value in struct literal: *dataFormatter does not implement DataFormatter (wrong type for method CreateTxsData)
golangci linter: contracts/bridgeContracts.go#L6
could not import github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy (-: # github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy
golangci linter: contracts/deploy/factory.go#L51
cannot use NewDataFormatter() (value of type *dataFormatter) as DataFormatter value in struct literal: *dataFormatter does not implement DataFormatter (wrong type for method CreateTxsData)
golangci linter: contracts/cmd/contracts/main.go#L12
could not import github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy (-: # github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy
golangci linter: contracts/deploy/factory.go#L51
cannot use NewDataFormatter() (value of type *dataFormatter) as DataFormatter value in struct literal: *dataFormatter does not implement DataFormatter (wrong type for method CreateTxsData)
golangci linter: contracts/deploy/config.go#L1
: # github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy [github.com/multiversx/mx-chain-sovereign-bridge-go/contracts/deploy.test]
golangci linter: contracts/deploy/factory.go#L51
cannot use NewDataFormatter() (value of type *dataFormatter) as DataFormatter value in struct literal: *dataFormatter does not implement DataFormatter (wrong type for method CreateTxsData)
golangci linter
issues found
golangci linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.