Enable non sov subnets #5424
Annotations
7 errors and 11 warnings
golangci-lint:
cmd/blockchaincmd/add_validator.go#L264
captLocal: `NodeID' should not be capitalized (gocritic)
|
golangci-lint:
cmd/blockchaincmd/add_validator.go#L195
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
cmd/blockchaincmd/convert.go#L65
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
cmd/blockchaincmd/deploy.go#L610
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
cmd/blockchaincmd/convert.go#L12
func `newConvertCmd` is unused (unused)
|
golangci-lint:
cmd/blockchaincmd/deploy.go#L676
func `convertToAvalancheGoSubnetValidator` is unused (unused)
|
golangci-lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint:
pkg/subnet/public.go#L118
unused-parameter: parameter 'message' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L124
unused-parameter: parameter 'balance' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L125
unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L126
unused-parameter: parameter 'changeOwner' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L127
unused-parameter: parameter 'message' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L576
unused-parameter: parameter 'subnetAuthKeys' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L577
unused-parameter: parameter 'subnetID' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L578
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L579
unused-parameter: parameter 'address' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/subnet/public.go#L581
unused-parameter: parameter 'wallet' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading