refactor: zetaclient re-organization #2273
Annotations
10 errors and 11 warnings
Run golangci-lint
undefined: zetaclient.DonationMessage)","Severity":"","SourceLines":["\t\"github.com/zeta-chain/zetacore/contrib/localnet/orchestrator/smoketest/runner\""],"Replacement":null,"Pos":{"Filename":"cmd/zetae2e/local/admin.go","Offset":0,"Line":10,"Column":2},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"goimports","Text":"File is not `goimports`-ed","Severity":"","SourceLines":["\t\"fmt\""],"Replacement":{"NeedOnlyDelete":false,"NewLines":["\t\"fmt\"","\t\"io\"","\t\"os\"",""],"Inline":null},"Pos":{"Filename":"zetaclient/keys/keys.go","Offset":0,"Line":6,"Column":0},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"goimports","Text":"File is not `goimports`-ed","Severity":"","SourceLines":["\t\"context\""],"Replacement":{"NeedOnlyDelete":false,"NewLines":["\t\"context\"","\t\"math/big\"",""],"Inline":null},"Pos":{"Filename":"zetaclient/interfaces/interfaces.go","Offset":0,"Line":4,"Column":0},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"goimports","Text":"File is not `goimports`-ed","Severity":"","SourceLines":["\t\"github.com/zeta-chain/zetacore/zetaclient/interfaces\"","\t\"github.com/zeta-chain/zetacore/zetaclient/keys\""],"Replacement":{"NeedOnlyDelete":true,"NewLines":null,"Inline":null},"LineRange":{"From":8,"To":9},"Pos":{"Filename":"zetaclient/tss/tss_signer.go","Offset":0,"Line":8,"Column":0},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"var-naming: don't use an underscore in package name","Severity":"warning","SourceLines":["package out_tx_processor"],"Replacement":null,"LineRange":{"From":1,"To":1},"Pos":{"Filename":"zetaclient/out_tx_processor/out_tx_processor_manager.go","Offset":8,"Line":1,"Column":9},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"exported: type name will be used as klaytn.KlaytnClient by other packages, and that stutters; consider calling this Client","Severity":"warning","SourceLines":["type KlaytnClient struct {"],"Replacement":null,"LineRange":{"From":14,"To":14},"Pos":{"Filename":"zetaclient/klaytn/klaytn_client.go","Offset":215,"Line":14,"Column":6},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"exported: type name will be used as authz.AuthZSigner by other packages, and that stutters; consider calling this Signer","Severity":"warning","SourceLines":["type AuthZSigner struct {"],"Replacement":null,"LineRange":{"From":9,"To":9},"Pos":{"Filename":"zetaclient/authz/authz_signer.go","Offset":184,"Line":9,"Column":6},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"exported: type name will be used as tss.TSSKey by other packages, and that stutters; consider calling this Key","Severity":"warning","SourceLines":["type TSSKey struct {"],"Replacement":null,"LineRange":{"From":37,"To":37},"Pos":{"Filename":"zetaclient/tss/tss_signer.go","Offset":1061,"Line":37,"Column":6},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"exported: type name will be used as bitcoin.BitcoinChainClient by other packages, and that stutters; consider calling this ChainClient","Severity":"warning","SourceLines":["type BitcoinChainClient struct {"],"Replacement":null,"LineRange":{"From":50,"To":50},"Pos":{"Filename":"zetaclient/bitcoin/bitcoin_client.go","Offset":1308,"Line":50,"Column":6},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"exported: type name will be used as evm.EVMSigner by other packages, and that stutters; consider calling this Signer","Severity":"warning","SourceLines":["type EVMSigner struct {"],"Replacement":null,"LineRange":{"From":36,"To":36},"Pos":{"Filename":"zetaclient/evm/evm_signer.go","Offset":954,"Line":36,"Column":6},"ExpectNoLint":false,"ExpectedNoLintLinter":""},{"FromLinter":"revive","Text":"exported: type name will be used as evm.EVMLog by other packages, and that stutters; consider calling this Log","Severity":"warning","SourceLines":["type EVMLog struct {"],"Replacement":null,"LineRange":{"From":54,"To":54},"Pos":{"Filename":"zetaclient/evm/evm_client.go",
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/accounting.go#L1
: # github.com/zeta-chain/zetacore/contrib/localnet/orchestrator/smoketest/runner
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/bitcoin.go#L65
undefined: zetaclient.BtcDepositorFeeMin
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/bitcoin.go#L70
undefined: zetaclient.BtcDepositorFeeMin
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/bitcoin.go#L83
undefined: zetaclient.DonationMessage
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/bitcoin.go#L229
undefined: zetaclient.FilterAndParseIncomingTx
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/setup_evm.go#L66
undefined: zetaclient.DonationMessage (typecheck)
|
Run golangci-lint:
cmd/zetae2e/config/config.go#L8
could not import github.com/zeta-chain/zetacore/contrib/localnet/orchestrator/smoketest/runner (-: # github.com/zeta-chain/zetacore/contrib/localnet/orchestrator/smoketest/runner
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/bitcoin.go#L65
undefined: zetaclient.BtcDepositorFeeMin
|
Run golangci-lint:
contrib/localnet/orchestrator/smoketest/runner/bitcoin.go#L70
undefined: zetaclient.BtcDepositorFeeMin
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@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/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run golangci-lint:
zetaclient/out_tx_processor/out_tx_processor_manager.go#L1
var-naming: don't use an underscore in package name (revive)
|
Run golangci-lint:
zetaclient/klaytn/klaytn_client.go#L14
exported: type name will be used as klaytn.KlaytnClient by other packages, and that stutters; consider calling this Client (revive)
|
Run golangci-lint:
zetaclient/authz/authz_signer.go#L9
exported: type name will be used as authz.AuthZSigner by other packages, and that stutters; consider calling this Signer (revive)
|
Run golangci-lint:
zetaclient/tss/tss_signer.go#L37
exported: type name will be used as tss.TSSKey by other packages, and that stutters; consider calling this Key (revive)
|
Run golangci-lint:
zetaclient/bitcoin/bitcoin_client.go#L50
exported: type name will be used as bitcoin.BitcoinChainClient by other packages, and that stutters; consider calling this ChainClient (revive)
|
Run golangci-lint:
zetaclient/evm/evm_signer.go#L36
exported: type name will be used as evm.EVMSigner by other packages, and that stutters; consider calling this Signer (revive)
|
Run golangci-lint:
zetaclient/evm/evm_client.go#L54
exported: type name will be used as evm.EVMLog by other packages, and that stutters; consider calling this Log (revive)
|
Run golangci-lint:
zetaclient/evm/evm_client.go#L73
exported: type name will be used as evm.EVMChainClient by other packages, and that stutters; consider calling this ChainClient (revive)
|
Run golangci-lint:
zetaclient/zeta_supply_checker/zeta_supply_checker.go#L1
var-naming: don't use an underscore in package name (revive)
|
The logs for this run have expired and are no longer available.
Loading