Skip to content

refactor!: (partially) Decouple cometbft/crypto deps #68615

refactor!: (partially) Decouple cometbft/crypto deps

refactor!: (partially) Decouple cometbft/crypto deps #68615

Triggered via pull request July 9, 2024 11:07
Status Failure
Total duration 4m 15s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
golangci-lint: crypto/armor_test.go#L35
assignment mismatch: 1 variable but crypto.EncryptArmorPrivKey returns 2 values
golangci-lint: crypto/armor_test.go#L51
assignment mismatch: 1 variable but crypto.ArmorPubKeyBytes returns 2 values
golangci-lint: crypto/armor_test.go#L102
assignment mismatch: 1 variable but crypto.ArmorPubKeyBytes returns 2 values
golangci-lint: crypto/armor_test.go#L110
assignment mismatch: 1 variable but crypto.ArmorPubKeyBytes returns 2 values
golangci-lint: crypto/armor_test.go#L167
assignment mismatch: 1 variable but crypto.ArmorInfoBytes returns 2 values
golangci-lint: crypto/armor_test.go#L248
multiple-value crypto.EncryptArmorPrivKey(privKey, "passphrase", "") (value of type (string, error)) in single-value context (typecheck)
golangci-lint
Process completed with exit code 2.
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/