Skip to content

Add delegation plan test #2121

Add delegation plan test

Add delegation plan test #2121

Triggered via pull request October 18, 2023 09:23
Status Failure
Total duration 1m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
lint: x/interchainstaking/keeper/delegation_test.go#L660
Error return value of `quicksilver.InterchainstakingKeeper.SetValidator` is not checked (errcheck)
lint: x/interchainstaking/keeper/delegation_test.go#L689
File is not `gofumpt`-ed (gofumpt)
lint: x/interchainstaking/keeper/delegation_test.go#L696
File is not `gofumpt`-ed (gofumpt)
lint: x/interchainstaking/keeper/delegation_test.go#L15
ST1019: package "github.com/quicksilver-zone/quicksilver/x/interchainstaking/types" is being imported more than once (stylecheck)
lint: x/interchainstaking/keeper/keeper_test.go#L62
ST1016: methods on the same type should have the same receiver name (seen 1x "s", 87x "suite") (stylecheck)
lint
issues found
lint: x/interchainstaking/keeper/delegation_test.go#L16
duplicated-imports: Package "github.com/quicksilver-zone/quicksilver/x/interchainstaking/types" already imported (revive)
lint: x/interchainstaking/keeper/delegation_test.go#L634
receiver-naming: receiver name s should be consistent with previous receiver name suite for KeeperTestSuite (revive)