Skip to content

Add runes support

Add runes support #154

Triggered via pull request June 30, 2024 17:37
Status Failure
Total duration 2m 48s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
golangci-lint: x/btcbridge/types/runes.go#L80
assignOp: replace `i = i + 4` with `i += 4` (gocritic)
golangci-lint: x/gmm/types/message_add_liquidity.go#L66
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/types/merkle_proof.go#L38
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/keeper/msg_server.go#L76
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/keeper/msg_server.go#L105
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/keeper/msg_server.go#L216
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/keeper/queries.go#L79
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/keeper/queries.go#L92
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/client/cli/query.go#L108
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/btcbridge/client/cli/tx.go#L53
File is not `gofumpt`-ed (gofumpt)
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6, 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/.
golangci-lint: x/btcbridge/types/errors.go#L44
var-naming: var ErrInvalidRuneId should be ErrInvalidRuneID (revive)
golangci-lint: x/btcbridge/types/runes.go#L123
var-naming: func parameter runeId should be runeID (revive)
golangci-lint: x/btcbridge/types/bitcoin_transaction.go#L70
var-naming: func parameter runeId should be runeID (revive)
golangci-lint: x/btcbridge/types/bitcoin_transaction.go#L268
var-naming: func parameter runeId should be runeID (revive)
golangci-lint: x/btcbridge/keeper/keeper_withdraw.go#L99
var-naming: var runeId should be runeID (revive)
golangci-lint: x/btcbridge/keeper/utxo.go#L27
var-naming: interface method parameter runeId should be runeID (revive)
golangci-lint: x/btcbridge/keeper/utxo.go#L144
var-naming: method parameter runeId should be runeID (revive)