Skip to content

Porting: auth module #4

Porting: auth module

Porting: auth module #4

Triggered via pull request January 26, 2024 12:01
Status Success
Total duration 20m 33s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze: x/auth/types/pulp.go#L56
unslice: could simplify txBytes[:] to txBytes (gocritic)
Analyze: x/auth/ante/fee.go#L92
commentFormatting: put a space between `//` and comment text (gocritic)
Analyze: x/auth/ante/validator_tx_fee.go#L30
commentFormatting: put a space between `//` and comment text (gocritic)
Analyze: crypto/keys/multisig/multisig_test.go#L365
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: crypto/armor_test.go#L86
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: baseapp/utils_test.go#L92
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: types/address.go#L45
var `accAddrMu` is unused (unused)
Analyze: types/address.go#L46
var `accAddrCache` is unused (unused)
Analyze: types/address.go#L47
var `consAddrMu` is unused (unused)
Analyze: types/address.go#L48
var `consAddrCache` is unused (unused)
Analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.