Preparing report...

Report for github.com/puneetsingh166/onomy-sdk

A+    Excellent!    Found 351 issues across 1404 files

Tweet

gofmt97%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint79%

Golint is a linter for Go source code.

    • onomy-sdk/x/distribution/handler.go
    • Line 11: warning: exported function NewHandler should have comment or be unexported (golint)
    • Line 40: warning: exported function NewCommunityPoolSpendProposalHandler should have comment or be unexported (golint)
    • onomy-sdk/store/types/validity.go
    • Line 3: warning: comment on exported function AssertValidKey should be of the form "AssertValidKey ..." (golint)
    • Line 10: warning: comment on exported function AssertValidValue should be of the form "AssertValidValue ..." (golint)
    • onomy-sdk/x/crisis/handler.go
    • Line 9: warning: comment on exported const RouterKey should be of the form "RouterKey ..." (golint)
    • Line 12: warning: exported function NewHandler should have comment or be unexported (golint)
    • onomy-sdk/store/types/store.go
    • Line 15: warning: exported type Store should have comment or be unexported (golint)
    • Line 20: warning: comment on exported type Committer should be of the form "Committer ..." (with optional leading article) (golint)
    • Line 29: warning: comment on exported type CommitStore should be of the form "CommitStore ..." (with optional leading article) (golint)
    • Line 68: warning: comment on exported method StoreUpgrades.IsAdded should be of the form "IsAdded ..." (golint)
    • Line 104: warning: exported type MultiStore should have comment or be unexported (golint)
    • Line 135: warning: comment on exported type CacheMultiStore should be of the form "CacheMultiStore ..." (with optional leading article) (golint)
    • Line 258: warning: exported type CacheWrapper should have comment or be unexported (golint)
    • Line 266: warning: exported method CommitID.IsZero should have comment or be unexported (golint)
    • Line 277: warning: comment on exported type StoreType should be of the form "StoreType ..." (with optional leading article) (golint)
    • Line 281: warning: exported const StoreTypeMulti should have comment (or a comment on this block) or be unexported (golint)
    • Line 339: warning: exported method KVStoreKey.Name should have comment or be unexported (golint)
    • Line 352: warning: comment on exported function NewTransientStoreKey should be of the form "NewTransientStoreKey ..." (golint)
    • Line 360: warning: comment on exported method TransientStoreKey.Name should be of the form "Name ..." (golint)
    • Line 375: warning: exported function NewMemoryStoreKey should have comment or be unexported (golint)
    • Line 391: warning: comment on exported type KVPair should be of the form "KVPair ..." (with optional leading article) (golint)
    • onomy-sdk/x/staking/legacy/v038/types.go
    • Line 1: warning: package comment should be of the form "Package v038 ..." (golint)
    • Line 15: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type Description should have comment or be unexported (golint)
    • Line 27: warning: exported type Validator should have comment or be unexported (golint)
    • Line 55: warning: exported type Validators should have comment or be unexported (golint)
    • Line 57: warning: exported type Params should have comment or be unexported (golint)
    • Line 65: warning: exported type GenesisState should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/querier.go
    • Line 16: warning: comment on exported function NewQuerier should be of the form "NewQuerier ..." (golint)
    • Line 450: warning: exported function DelegationToDelegationResponse should have comment or be unexported (golint)
    • Line 469: warning: exported function DelegationsToDelegationResponses should have comment or be unexported (golint)
    • Line 486: warning: exported function RedelegationsToRedelegationResponses should have comment or be unexported (golint)
    • onomy-sdk/crypto/armor.go
    • Line 46: warning: comment on exported function ArmorInfoBytes should be of the form "ArmorInfoBytes ..." (golint)
    • Line 56: warning: comment on exported function ArmorPubKeyBytes should be of the form "ArmorPubKeyBytes ..." (golint)
    • Line 71: warning: comment on exported function UnarmorInfoBytes should be of the form "UnarmorInfoBytes ..." (golint)
    • Line 126: warning: comment on exported function EncryptArmorPrivKey should be of the form "EncryptArmorPrivKey ..." (golint)
    • onomy-sdk/x/genaccounts/legacy/v036/types.go
    • Line 1: warning: package comment should be of the form "Package v036 ..." (golint)
    • Line 9: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type GenesisAccount should have comment or be unexported (golint)
    • Line 29: warning: exported type GenesisState should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/validator.go
    • Line 13: warning: comment on exported method Keeper.GetValidator should be of the form "GetValidator ..." (golint)
    • Line 35: warning: comment on exported method Keeper.GetValidatorByConsAddr should be of the form "GetValidatorByConsAddr ..." (golint)
    • Line 56: warning: comment on exported method Keeper.SetValidator should be of the form "SetValidator ..." (golint)
    • Line 63: warning: comment on exported method Keeper.SetValidatorByConsAddr should be of the form "SetValidatorByConsAddr ..." (golint)
    • Line 74: warning: comment on exported method Keeper.SetValidatorByPowerIndex should be of the form "SetValidatorByPowerIndex ..." (golint)
    • Line 85: warning: comment on exported method Keeper.DeleteValidatorByPowerIndex should be of the form "DeleteValidatorByPowerIndex ..." (golint)
    • Line 91: warning: comment on exported method Keeper.SetNewValidatorByPowerIndex should be of the form "SetNewValidatorByPowerIndex ..." (golint)
    • Line 97: warning: comment on exported method Keeper.AddValidatorTokensAndShares should be of the form "AddValidatorTokensAndShares ..." (golint)
    • Line 108: warning: comment on exported method Keeper.RemoveValidatorTokensAndShares should be of the form "RemoveValidatorTokensAndShares ..." (golint)
    • Line 119: warning: comment on exported method Keeper.RemoveValidatorTokens should be of the form "RemoveValidatorTokens ..." (golint)
    • Line 147: warning: comment on exported method Keeper.RemoveValidator should be of the form "RemoveValidator ..." (golint)
    • Line 182: warning: comment on exported method Keeper.GetAllValidators should be of the form "GetAllValidators ..." (golint)
    • Line 197: warning: comment on exported method Keeper.GetValidators should be of the form "GetValidators ..." (golint)
    • Line 215: warning: comment on exported method Keeper.GetBondedValidatorsByPower should be of the form "GetBondedValidatorsByPower ..." (golint)
    • Line 237: warning: comment on exported method Keeper.ValidatorsPowerStoreIterator should be of the form "ValidatorsPowerStoreIterator ..." (golint)
    • Line 246: warning: comment on exported method Keeper.GetLastValidatorPower should be of the form "GetLastValidatorPower ..." (golint)
    • Line 262: warning: comment on exported method Keeper.SetLastValidatorPower should be of the form "SetLastValidatorPower ..." (golint)
    • Line 269: warning: comment on exported method Keeper.DeleteLastValidatorPower should be of the form "DeleteLastValidatorPower ..." (golint)
    • Line 275: warning: comment on exported method Keeper.LastValidatorsIterator should be of the form "LastValidatorsIterator ..." (golint)
    • Line 283: warning: comment on exported method Keeper.IterateLastValidatorPowers should be of the form "IterateLastValidatorPowers ..." (golint)
    • Line 302: warning: comment on exported method Keeper.GetLastValidators should be of the form "GetLastValidators ..." (golint)
    • onomy-sdk/x/auth/ante/setup.go
    • Line 28: warning: exported function NewSetUpContextDecorator should have comment or be unexported (golint)
    • Line 32: warning: exported method SetUpContextDecorator.AnteHandle should have comment or be unexported (golint)
    • onomy-sdk/x/mint/types/keys.go
    • Line 7: warning: comment on exported const ModuleName should be of the form "ModuleName ..." (golint)
    • Line 16: warning: comment on exported const QueryParameters should be of the form "QueryParameters ..." (golint)
    • Line 18: warning: exported const QueryInflation should have comment (or a comment on this block) or be unexported (golint)
    • onomy-sdk/x/distribution/legacy/v038/types.go
    • Line 12: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 16: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 29: warning: exported type Params should have comment or be unexported (golint)
    • Line 37: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/test_common.go
    • Line 11: warning: comment on exported function ValidatorByPowerIndexExists should be of the form "ValidatorByPowerIndexExists ..." (golint)
    • Line 17: warning: comment on exported function TestingUpdateValidator should be of the form "TestingUpdateValidator ..." (golint)
    • onomy-sdk/x/staking/keeper/query_utils.go
    • Line 8: warning: comment on exported method Keeper.GetDelegatorValidators should be of the form "GetDelegatorValidators ..." (golint)
    • Line 36: warning: comment on exported method Keeper.GetDelegatorValidator should be of the form "GetDelegatorValidator ..." (golint)
    • Line 55: warning: comment on exported method Keeper.GetAllDelegatorDelegations should be of the form "GetAllDelegatorDelegations ..." (golint)
    • Line 76: warning: comment on exported method Keeper.GetAllUnbondingDelegations should be of the form "GetAllUnbondingDelegations ..." (golint)
    • Line 95: warning: comment on exported method Keeper.GetAllRedelegations should be of the form "GetAllRedelegations ..." (golint)
    • onomy-sdk/snapshots/types/convert.go
    • Line 10: warning: comment on exported function SnapshotFromABCI should be of the form "SnapshotFromABCI ..." (golint)
    • Line 25: warning: comment on exported method Snapshot.ToABCI should be of the form "ToABCI ..." (golint)
    • onomy-sdk/types/service_msg.go
    • Line 31: warning: exported method ServiceMsg.ProtoMessage should have comment or be unexported (golint)
    • Line 32: warning: exported method ServiceMsg.Reset should have comment or be unexported (golint)
    • onomy-sdk/x/auth/legacy/legacytx/stdtx_builder.go
    • Line 69: warning: exported method StdTxBuilder.SetFeeAmount should have comment or be unexported (golint)
    • Line 73: warning: exported method StdTxBuilder.SetGasLimit should have comment or be unexported (golint)
    • Line 111: warning: comment on exported method StdTxConfig.TxEncoder should be of the form "TxEncoder ..." (golint)
    • Line 116: warning: exported method StdTxConfig.TxDecoder should have comment or be unexported (golint)
    • Line 120: warning: exported method StdTxConfig.TxJSONEncoder should have comment or be unexported (golint)
    • Line 126: warning: exported method StdTxConfig.TxJSONDecoder should have comment or be unexported (golint)
    • Line 130: warning: exported method StdTxConfig.MarshalSignatureJSON should have comment or be unexported (golint)
    • Line 143: warning: exported method StdTxConfig.UnmarshalSignatureJSON should have comment or be unexported (golint)
    • Line 162: warning: exported method StdTxConfig.SignModeHandler should have comment or be unexported (golint)
    • onomy-sdk/x/auth/types/keys.go
    • Line 8: warning: comment on exported const ModuleName should be of the form "ModuleName ..." (golint)
    • Line 25: warning: comment on exported var GlobalAccountNumberKey should be of the form "GlobalAccountNumberKey ..." (golint)
    • onomy-sdk/x/staking/types/validator.go
    • Line 23: warning: comment on exported const MaxMonikerLength should be of the form "MaxMonikerLength ..." (golint)
    • Line 25: warning: exported const MaxIdentityLength should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported var BondStatusUnspecified should have comment or be unexported (golint)
    • Line 144: warning: comment on exported function MustMarshalValidator should be of the form "MustMarshalValidator ..." (golint)
    • Line 149: warning: comment on exported function MustUnmarshalValidator should be of the form "MustUnmarshalValidator ..." (golint)
    • Line 159: warning: comment on exported function UnmarshalValidator should be of the form "UnmarshalValidator ..." (golint)
    • Line 180: warning: comment on exported const DoNotModifyDesc should be of the form "DoNotModifyDesc ..." (golint)
    • Line 183: warning: exported function NewDescription should have comment or be unexported (golint)
    • Line 296: warning: comment on exported method Validator.InvalidExRate should be of the form "InvalidExRate ..." (golint)
    • Line 303: warning: comment on exported method Validator.TokensFromShares should be of the form "TokensFromShares ..." (golint)
    • Line 308: warning: comment on exported method Validator.TokensFromSharesTruncated should be of the form "TokensFromSharesTruncated ..." (golint)
    • Line 339: warning: comment on exported method Validator.BondedTokens should be of the form "BondedTokens ..." (golint)
    • Line 456: warning: exported method Validator.IsJailed should have comment or be unexported (golint)
    • Line 457: warning: exported method Validator.GetMoniker should have comment or be unexported (golint)
    • Line 458: warning: exported method Validator.GetStatus should have comment or be unexported (golint)
    • Line 459: warning: exported method Validator.GetOperator should have comment or be unexported (golint)
    • Line 506: warning: exported method Validator.GetTokens should have comment or be unexported (golint)
    • Line 507: warning: exported method Validator.GetBondedTokens should have comment or be unexported (golint)
    • Line 508: warning: exported method Validator.GetConsensusPower should have comment or be unexported (golint)
    • Line 509: warning: exported method Validator.GetCommission should have comment or be unexported (golint)
    • Line 510: warning: exported method Validator.GetMinSelfDelegation should have comment or be unexported (golint)
    • Line 511: warning: exported method Validator.GetDelegatorShares should have comment or be unexported (golint)
    • onomy-sdk/x/mint/types/params.go
    • Line 24: warning: comment on exported function ParamKeyTable should be of the form "ParamKeyTable ..." (golint)
    • Line 29: warning: exported function NewParams should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function DefaultParams should be of the form "DefaultParams ..." (golint)
    • Line 55: warning: comment on exported method Params.Validate should be of the form "Validate ..." (golint)
    • Line 92: warning: comment on exported method Params.ParamSetPairs should be of the form "ParamSetPairs ..." (golint)
    • onomy-sdk/x/auth/legacy/v038/types.go
    • Line 23: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: comment on exported type Account should be of the form "Account ..." (with optional leading article) (golint)
    • Line 35: warning: exported type GenesisAccount should have comment or be unexported (golint)
    • Line 41: warning: exported type GenesisAccounts should have comment or be unexported (golint)
    • Line 43: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 48: warning: exported type BaseAccount should have comment or be unexported (golint)
    • Line 64: warning: exported type BaseVestingAccount should have comment or be unexported (golint)
    • Line 89: warning: exported type ContinuousVestingAccount should have comment or be unexported (golint)
    • Line 95: warning: exported type DelayedVestingAccount should have comment or be unexported (golint)
    • Line 99: warning: exported type ModuleAccount should have comment or be unexported (golint)
    • Line 117: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • Line 124: warning: exported function NewBaseAccountWithAddress should have comment or be unexported (golint)
    • Line 130: warning: exported function NewBaseAccount should have comment or be unexported (golint)
    • Line 143: warning: exported method BaseAccount.GetAddress should have comment or be unexported (golint)
    • Line 147: warning: exported method BaseAccount.GetAccountNumber should have comment or be unexported (golint)
    • Line 151: warning: exported method BaseAccount.GetCoins should have comment or be unexported (golint)
    • Line 155: warning: exported method BaseAccount.SetCoins should have comment or be unexported (golint)
    • Line 160: warning: exported method BaseAccount.Validate should have comment or be unexported (golint)
    • Line 169: warning: exported method BaseAccount.MarshalJSON should have comment or be unexported (golint)
    • Line 213: warning: exported function NewBaseVestingAccount should have comment or be unexported (golint)
    • Line 226: warning: exported method BaseVestingAccount.Validate should have comment or be unexported (golint)
    • Line 283: warning: exported function NewContinuousVestingAccountRaw should have comment or be unexported (golint)
    • Line 290: warning: exported method ContinuousVestingAccount.Validate should have comment or be unexported (golint)
    • Line 355: warning: exported function NewDelayedVestingAccountRaw should have comment or be unexported (golint)
    • Line 361: warning: exported method DelayedVestingAccount.Validate should have comment or be unexported (golint)
    • Line 420: warning: exported function NewModuleAddress should have comment or be unexported (golint)
    • Line 424: warning: exported function NewModuleAccount should have comment or be unexported (golint)
    • Line 432: warning: exported method ModuleAccount.Validate should have comment or be unexported (golint)
    • Line 475: warning: exported function ValidatePermissions should have comment or be unexported (golint)
    • Line 485: warning: exported function SanitizeGenesisAccounts should have comment or be unexported (golint)
    • Line 499: warning: exported function ValidateGenAccounts should have comment or be unexported (golint)
    • Line 520: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/x/ibc/testing/mock/mock.go
    • Line 26: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported var MockAcknowledgement should have comment or be unexported (golint)
    • onomy-sdk/x/gov/legacy/v036/types.go
    • Line 1: warning: package comment should be of the form "Package v036 ..." (golint)
    • Line 15: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported type Proposals should have comment or be unexported (golint)
    • Line 30: warning: exported type ProposalQueue should have comment or be unexported (golint)
    • Line 32: warning: exported type TextProposal should have comment or be unexported (golint)
    • Line 37: warning: exported type Content should have comment or be unexported (golint)
    • Line 46: warning: exported type Proposal should have comment or be unexported (golint)
    • Line 61: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 72: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • Line 88: warning: exported function NewTextProposal should have comment or be unexported (golint)
    • Line 92: warning: exported method TextProposal.GetTitle should have comment or be unexported (golint)
    • Line 93: warning: exported method TextProposal.GetDescription should have comment or be unexported (golint)
    • Line 94: warning: exported method TextProposal.ProposalRoute should have comment or be unexported (golint)
    • Line 95: warning: exported method TextProposal.ProposalType should have comment or be unexported (golint)
    • Line 96: warning: exported method TextProposal.ValidateBasic should have comment or be unexported (golint)
    • Line 105: warning: exported function ErrInvalidProposalContent should have comment or be unexported (golint)
    • Line 109: warning: exported function ValidateAbstract should have comment or be unexported (golint)
    • Line 129: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/x/auth/legacy/v036/types.go
    • Line 1: warning: package comment should be of the form "Package v036 ..." (golint)
    • Line 7: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 11: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 16: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • onomy-sdk/x/auth/legacy/v039/types.go
    • Line 23: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 32: warning: exported type BaseAccount should have comment or be unexported (golint)
    • Line 40: warning: exported type BaseVestingAccount should have comment or be unexported (golint)
    • Line 66: warning: exported type ContinuousVestingAccount should have comment or be unexported (golint)
    • Line 72: warning: exported type DelayedVestingAccount should have comment or be unexported (golint)
    • Line 76: warning: exported type Period should have comment or be unexported (golint)
    • Line 81: warning: exported type Periods should have comment or be unexported (golint)
    • Line 83: warning: exported type PeriodicVestingAccount should have comment or be unexported (golint)
    • Line 89: warning: exported type ModuleAccount should have comment or be unexported (golint)
    • Line 107: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • Line 114: warning: exported function NewBaseAccountWithAddress should have comment or be unexported (golint)
    • Line 120: warning: exported function NewBaseAccount should have comment or be unexported (golint)
    • Line 133: warning: exported method BaseAccount.GetAddress should have comment or be unexported (golint)
    • Line 137: warning: exported method BaseAccount.GetAccountNumber should have comment or be unexported (golint)
    • Line 141: warning: exported method BaseAccount.GetCoins should have comment or be unexported (golint)
    • Line 145: warning: exported method BaseAccount.SetCoins should have comment or be unexported (golint)
    • Line 150: warning: exported method BaseAccount.Validate should have comment or be unexported (golint)
    • Line 159: warning: exported function NewBaseVestingAccount should have comment or be unexported (golint)
    • Line 172: warning: exported method BaseVestingAccount.MarshalJSON should have comment or be unexported (golint)
    • Line 188: warning: exported method BaseVestingAccount.UnmarshalJSON should have comment or be unexported (golint)
    • Line 203: warning: exported method BaseVestingAccount.GetEndTime should have comment or be unexported (golint)
    • Line 207: warning: exported method BaseVestingAccount.Validate should have comment or be unexported (golint)
    • Line 211: warning: exported function NewContinuousVestingAccountRaw should have comment or be unexported (golint)
    • Line 218: warning: exported method ContinuousVestingAccount.Validate should have comment or be unexported (golint)
    • Line 226: warning: exported method ContinuousVestingAccount.MarshalJSON should have comment or be unexported (golint)
    • Line 243: warning: exported method ContinuousVestingAccount.UnmarshalJSON should have comment or be unexported (golint)
    • Line 261: warning: exported function NewDelayedVestingAccountRaw should have comment or be unexported (golint)
    • Line 267: warning: exported method DelayedVestingAccount.Validate should have comment or be unexported (golint)
    • Line 271: warning: exported method DelayedVestingAccount.MarshalJSON should have comment or be unexported (golint)
    • Line 305: warning: exported method PeriodicVestingAccount.GetStartTime should have comment or be unexported (golint)
    • Line 309: warning: exported method PeriodicVestingAccount.Validate should have comment or be unexported (golint)
    • Line 329: warning: exported method PeriodicVestingAccount.MarshalJSON should have comment or be unexported (golint)
    • Line 367: warning: exported function NewModuleAccount should have comment or be unexported (golint)
    • Line 375: warning: exported method ModuleAccount.Validate should have comment or be unexported (golint)
    • Line 418: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/x/auth/legacy/v034/types.go
    • Line 1: warning: package comment should be of the form "Package v034 ..." (golint)
    • Line 9: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type Params should have comment or be unexported (golint)
    • Line 21: warning: exported type GenesisState should have comment or be unexported (golint)
    • onomy-sdk/x/distribution/keeper/hooks.go
    • Line 9: warning: comment on exported type Hooks should be of the form "Hooks ..." (with optional leading article) (golint)
    • Line 16: warning: comment on exported method Keeper.Hooks should be of the form "Hooks ..." (golint)
    • Line 19: warning: comment on exported method Hooks.AfterValidatorCreated should be of the form "AfterValidatorCreated ..." (golint)
    • Line 25: warning: comment on exported method Hooks.AfterValidatorRemoved should be of the form "AfterValidatorRemoved ..." (golint)
    • Line 76: warning: comment on exported method Hooks.BeforeDelegationCreated should be of the form "BeforeDelegationCreated ..." (golint)
    • Line 82: warning: comment on exported method Hooks.BeforeDelegationSharesModified should be of the form "BeforeDelegationSharesModified ..." (golint)
    • Line 92: warning: comment on exported method Hooks.AfterDelegationModified should be of the form "AfterDelegationModified ..." (golint)
    • Line 97: warning: comment on exported method Hooks.BeforeValidatorSlashed should be of the form "BeforeValidatorSlashed ..." (golint)
    • Line 102: warning: exported method Hooks.BeforeValidatorModified should have comment or be unexported (golint)
    • Line 103: warning: exported method Hooks.AfterValidatorBonded should have comment or be unexported (golint)
    • Line 104: warning: exported method Hooks.AfterValidatorBeginUnbonding should have comment or be unexported (golint)
    • Line 105: warning: exported method Hooks.BeforeDelegationRemoved should have comment or be unexported (golint)
    • onomy-sdk/store/gaskv/store.go
    • Line 31: warning: comment on exported method Store.GetStoreType should be of the form "GetStoreType ..." (golint)
    • Line 36: warning: comment on exported method Store.Get should be of the form "Get ..." (golint)
    • Line 49: warning: comment on exported method Store.Set should be of the form "Set ..." (golint)
    • Line 61: warning: comment on exported method Store.Has should be of the form "Has ..." (golint)
    • Line 68: warning: comment on exported method Store.Delete should be of the form "Delete ..." (golint)
    • Line 91: warning: comment on exported method Store.CacheWrap should be of the form "CacheWrap ..." (golint)
    • onomy-sdk/types/handler.go
    • Line 15: warning: comment on exported function ChainAnteDecorators should be of the form "ChainAnteDecorators ..." (golint)
    • Line 63: warning: comment on exported method Terminator.AnteHandle should be of the form "AnteHandle ..." (golint)
    • onomy-sdk/x/mint/legacy/v039/types.go
    • Line 6: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 16: warning: comment on exported type Params should be of the form "Params ..." (with optional leading article) (golint)
    • onomy-sdk/store/transient/store.go
    • Line 18: warning: comment on exported function NewStore should be of the form "NewStore ..." (golint)
    • Line 23: warning: comment on exported method Store.Commit should be of the form "Commit ..." (golint)
    • Line 30: warning: exported method Store.SetPruning should have comment or be unexported (golint)
    • Line 36: warning: comment on exported method Store.LastCommitID should be of the form "LastCommitID ..." (golint)
    • Line 41: warning: comment on exported method Store.GetStoreType should be of the form "GetStoreType ..." (golint)
    • onomy-sdk/simapp/test_helpers.go
    • Line 195: warning: exported type GenerateAccountStrategy should have comment or be unexported (golint)
    • Line 255: warning: comment on exported function AddTestAddrsIncremental should be of the form "AddTestAddrsIncremental ..." (golint)
    • Line 296: warning: exported function TestAddr should have comment or be unexported (golint)
    • onomy-sdk/client/keys/codec.go
    • Line 17: warning: comment on exported function MarshalJSON should be of the form "MarshalJSON ..." (golint)
    • Line 22: warning: comment on exported function UnmarshalJSON should be of the form "UnmarshalJSON ..." (golint)
    • onomy-sdk/x/slashing/types/msg.go
    • Line 23: warning: exported method MsgUnjail.Route should have comment or be unexported (golint)
    • Line 24: warning: exported method MsgUnjail.Type should have comment or be unexported (golint)
    • Line 25: warning: exported method MsgUnjail.GetSigners should have comment or be unexported (golint)
    • onomy-sdk/store/store.go
    • Line 11: warning: exported function NewCommitMultiStore should have comment or be unexported (golint)
    • Line 15: warning: exported function NewCommitKVStoreCacheManager should have comment or be unexported (golint)
    • onomy-sdk/store/cache/cache.go
    • Line 43: warning: exported function NewCommitKVStoreCache should have comment or be unexported (golint)
    • Line 55: warning: exported function NewCommitKVStoreCacheManager should have comment or be unexported (golint)
    • onomy-sdk/x/simulation/log.go
    • Line 10: warning: comment on exported type LogWriter should be of the form "LogWriter ..." (with optional leading article) (golint)
    • Line 16: warning: comment on exported function NewLogWriter should be of the form "NewLogWriter ..." (golint)
    • Line 25: warning: comment on exported type StandardLogWriter should be of the form "StandardLogWriter ..." (with optional leading article) (golint)
    • Line 30: warning: comment on exported method StandardLogWriter.AddEntry should be of the form "AddEntry ..." (golint)
    • Line 71: warning: comment on exported type DummyLogWriter should be of the form "DummyLogWriter ..." (with optional leading article) (golint)
    • Line 75: warning: comment on exported method DummyLogWriter.AddEntry should be of the form "AddEntry ..." (golint)
    • Line 78: warning: comment on exported method DummyLogWriter.PrintLogs should be of the form "PrintLogs ..." (golint)
    • onomy-sdk/x/params/types/querier.go
    • Line 22: warning: exported function NewQuerySubspaceParams should have comment or be unexported (golint)
    • Line 29: warning: exported function NewSubspaceParamsResponse should have comment or be unexported (golint)
    • onomy-sdk/x/gov/types/msgs.go
    • Line 41: warning: exported method MsgSubmitProposal.GetInitialDeposit should have comment or be unexported (golint)
    • Line 43: warning: exported method MsgSubmitProposal.GetProposer should have comment or be unexported (golint)
    • Line 48: warning: exported method MsgSubmitProposal.GetContent should have comment or be unexported (golint)
    • Line 56: warning: exported method MsgSubmitProposal.SetInitialDeposit should have comment or be unexported (golint)
    • Line 60: warning: exported method MsgSubmitProposal.SetProposer should have comment or be unexported (golint)
    • Line 64: warning: exported method MsgSubmitProposal.SetContent should have comment or be unexported (golint)
    • onomy-sdk/store/reexport.go
    • Line 7: warning: comment on exported type CacheKVStore should be of the form "CacheKVStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CacheMultiStore should be of the form "CacheMultiStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CacheWrap should be of the form "CacheWrap ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CacheWrapper should be of the form "CacheWrapper ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CommitID should be of the form "CommitID ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CommitKVStore should be of the form "CommitKVStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CommitMultiStore should be of the form "CommitMultiStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type CommitStore should be of the form "CommitStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Committer should be of the form "Committer ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Gas should be of the form "Gas ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type GasConfig should be of the form "GasConfig ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type GasMeter should be of the form "GasMeter ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Iterator should be of the form "Iterator ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type KVPair should be of the form "KVPair ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type KVStore should be of the form "KVStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Key should be of the form "Key ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type MultiStore should be of the form "MultiStore ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type PruningOptions should be of the form "PruningOptions ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Queryable should be of the form "Queryable ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Store should be of the form "Store ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type TraceContext should be of the form "TraceContext ..." (with optional leading article) (golint)
    • Line 7: warning: comment on exported type Type should be of the form "Type ..." (with optional leading article) (golint)
    • onomy-sdk/store/prefix/store.go
    • Line 23: warning: exported function NewStore should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method Store.GetStoreType should be of the form "GetStoreType ..." (golint)
    • Line 50: warning: comment on exported method Store.CacheWrap should be of the form "CacheWrap ..." (golint)
    • Line 60: warning: comment on exported method Store.Get should be of the form "Get ..." (golint)
    • Line 66: warning: comment on exported method Store.Has should be of the form "Has ..." (golint)
    • Line 71: warning: comment on exported method Store.Set should be of the form "Set ..." (golint)
    • Line 78: warning: comment on exported method Store.Delete should be of the form "Delete ..." (golint)
    • Line 83: warning: comment on exported method Store.Iterator should be of the form "Iterator ..." (golint)
    • onomy-sdk/types/simulation/types.go
    • Line 13: warning: exported type WeightedProposalContent should have comment or be unexported (golint)
    • Line 19: warning: exported type ContentSimulatorFn should have comment or be unexported (golint)
    • Line 21: warning: exported type Content should have comment or be unexported (golint)
    • Line 30: warning: exported type SimValFn should have comment or be unexported (golint)
    • Line 32: warning: exported type ParamChange should have comment or be unexported (golint)
    • Line 39: warning: exported type WeightedOperation should have comment or be unexported (golint)
    • Line 150: warning: exported type ParamSimulator should have comment or be unexported (golint)
    • Line 152: warning: exported type SelectOpFn should have comment or be unexported (golint)
    • Line 162: warning: exported type Params should have comment or be unexported (golint)
    • onomy-sdk/store/types/pruning.go
    • Line 41: warning: exported function NewPruningOptions should have comment or be unexported (golint)
    • Line 49: warning: exported method PruningOptions.Validate should have comment or be unexported (golint)
    • Line 63: warning: exported function NewPruningOptionsFromString should have comment or be unexported (golint)
    • onomy-sdk/x/gov/client/proposal_handler.go
    • Line 10: warning: comment on exported type RESTHandlerFn should be of the form "RESTHandlerFn ..." (with optional leading article) (golint)
    • Line 13: warning: comment on exported type CLIHandlerFn should be of the form "CLIHandlerFn ..." (with optional leading article) (golint)
    • Line 16: warning: comment on exported type ProposalHandler should be of the form "ProposalHandler ..." (with optional leading article) (golint)
    • onomy-sdk/x/slashing/keeper/hooks.go
    • Line 12: warning: exported method Keeper.AfterValidatorBonded should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method Keeper.Hooks should be of the form "Hooks ..." (golint)
    • Line 59: warning: comment on exported method Hooks.AfterValidatorBonded should be of the form "AfterValidatorBonded ..." (golint)
    • Line 64: warning: comment on exported method Hooks.AfterValidatorRemoved should be of the form "AfterValidatorRemoved ..." (golint)
    • Line 69: warning: comment on exported method Hooks.AfterValidatorCreated should be of the form "AfterValidatorCreated ..." (golint)
    • Line 74: warning: exported method Hooks.AfterValidatorBeginUnbonding should have comment or be unexported (golint)
    • Line 75: warning: exported method Hooks.BeforeValidatorModified should have comment or be unexported (golint)
    • Line 76: warning: exported method Hooks.BeforeDelegationCreated should have comment or be unexported (golint)
    • Line 77: warning: exported method Hooks.BeforeDelegationSharesModified should have comment or be unexported (golint)
    • Line 78: warning: exported method Hooks.BeforeDelegationRemoved should have comment or be unexported (golint)
    • Line 79: warning: exported method Hooks.AfterDelegationModified should have comment or be unexported (golint)
    • Line 80: warning: exported method Hooks.BeforeValidatorSlashed should have comment or be unexported (golint)
    • onomy-sdk/store/cachemulti/store.go
    • Line 118: warning: comment on exported method Store.CacheWrap should be of the form "CacheWrap ..." (golint)
    • Line 128: warning: comment on exported method Store.CacheMultiStore should be of the form "CacheMultiStore ..." (golint)
    • onomy-sdk/version/version.go
    • Line 27: warning: comment on exported var Name should be of the form "Name ..." (golint)
    • Line 29: warning: comment on exported var AppName should be of the form "AppName ..." (golint)
    • Line 31: warning: comment on exported var Version should be of the form "Version ..." (golint)
    • Line 33: warning: comment on exported var Commit should be of the form "Commit ..." (golint)
    • Line 35: warning: comment on exported var BuildTags should be of the form "BuildTags ..." (golint)
    • Line 66: warning: exported function NewInfo should have comment or be unexported (golint)
    • onomy-sdk/x/mint/keeper/keeper.go
    • Line 55: warning: comment on exported method Keeper.GetMinter should be of the form "GetMinter ..." (golint)
    • Line 67: warning: comment on exported method Keeper.SetMinter should be of the form "SetMinter ..." (golint)
    • onomy-sdk/x/staking/client/cli/tx.go
    • Line 51: warning: exported function NewCreateValidatorCmd should have comment or be unexported (golint)
    • Line 89: warning: exported function NewEditValidatorCmd should have comment or be unexported (golint)
    • Line 147: warning: exported function NewDelegateCmd should have comment or be unexported (golint)
    • Line 193: warning: exported function NewRedelegateCmd should have comment or be unexported (golint)
    • Line 244: warning: exported function NewUnbondCmd should have comment or be unexported (golint)
    • Line 290: warning: exported function NewBuildCreateValidatorMsg should have comment or be unexported (golint)
    • Line 359: warning: comment on exported function CreateValidatorMsgFlagSet should be of the form "CreateValidatorMsgFlagSet ..." (golint)
    • Line 388: warning: exported type TxCreateValidatorConfig should have comment or be unexported (golint)
    • Line 409: warning: exported function PrepareConfigForTxCreateValidator should have comment or be unexported (golint)
    • onomy-sdk/x/auth/ante/sigverify.go
    • Line 50: warning: exported function NewSetPubKeyDecorator should have comment or be unexported (golint)
    • Line 56: warning: exported method SetPubKeyDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 125: warning: comment on exported type SigGasConsumeDecorator should be of the form "SigGasConsumeDecorator ..." (with optional leading article) (golint)
    • Line 134: warning: exported function NewSigGasConsumeDecorator should have comment or be unexported (golint)
    • Line 141: warning: exported method SigGasConsumeDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 189: warning: comment on exported type SigVerificationDecorator should be of the form "SigVerificationDecorator ..." (with optional leading article) (golint)
    • Line 199: warning: exported function NewSigVerificationDecorator should have comment or be unexported (golint)
    • Line 227: warning: exported method SigVerificationDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 324: warning: exported function NewIncrementSequenceDecorator should have comment or be unexported (golint)
    • Line 330: warning: exported method IncrementSequenceDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 357: warning: exported function NewValidateSigCountDecorator should have comment or be unexported (golint)
    • Line 363: warning: exported method ValidateSigCountDecorator.AnteHandle should have comment or be unexported (golint)
    • onomy-sdk/types/decimal.go
    • Line 15: warning: comment on exported type Dec should be of the form "Dec ..." (with optional leading article) (golint)
    • Line 22: warning: comment on exported const Precision should be of the form "Precision ..." (golint)
    • Line 25: warning: comment on exported const DecimalPrecisionBits should be of the form "DecimalPrecisionBits ..." (golint)
    • Line 61: warning: exported function ZeroDec should have comment or be unexported (golint)
    • Line 62: warning: exported function OneDec should have comment or be unexported (golint)
    • Line 63: warning: exported function SmallestDec should have comment or be unexported (golint)
    • Line 85: warning: comment on exported function NewDec should be of the form "NewDec ..." (golint)
    • Line 90: warning: comment on exported function NewDecWithPrec should be of the form "NewDecWithPrec ..." (golint)
    • Line 98: warning: comment on exported function NewDecFromBigInt should be of the form "NewDecFromBigInt ..." (golint)
    • Line 104: warning: comment on exported function NewDecFromBigIntWithPrec should be of the form "NewDecFromBigIntWithPrec ..." (golint)
    • Line 112: warning: comment on exported function NewDecFromInt should be of the form "NewDecFromInt ..." (golint)
    • Line 118: warning: comment on exported function NewDecFromIntWithPrec should be of the form "NewDecFromIntWithPrec ..." (golint)
    • Line 126: warning: comment on exported function NewDecFromStr should be of the form "NewDecFromStr ..." (golint)
    • Line 192: warning: comment on exported function MustNewDecFromStr should be of the form "MustNewDecFromStr ..." (golint)
    • Line 201: warning: comment on exported method Dec.IsNil should be of the form "IsNil ..." (golint)
    • Line 203: warning: exported method Dec.IsZero should have comment or be unexported (golint)
    • Line 204: warning: exported method Dec.IsNegative should have comment or be unexported (golint)
    • Line 205: warning: exported method Dec.IsPositive should have comment or be unexported (golint)
    • Line 206: warning: exported method Dec.Equal should have comment or be unexported (golint)
    • Line 207: warning: exported method Dec.GT should have comment or be unexported (golint)
    • Line 208: warning: exported method Dec.GTE should have comment or be unexported (golint)
    • Line 209: warning: exported method Dec.LT should have comment or be unexported (golint)
    • Line 210: warning: exported method Dec.LTE should have comment or be unexported (golint)
    • Line 211: warning: exported method Dec.Neg should have comment or be unexported (golint)
    • Line 212: warning: exported method Dec.Abs should have comment or be unexported (golint)
    • Line 224: warning: comment on exported method Dec.Add should be of the form "Add ..." (golint)
    • Line 234: warning: comment on exported method Dec.Sub should be of the form "Sub ..." (golint)
    • Line 244: warning: comment on exported method Dec.Mul should be of the form "Mul ..." (golint)
    • Line 255: warning: comment on exported method Dec.MulTruncate should be of the form "MulTruncate ..." (golint)
    • Line 266: warning: comment on exported method Dec.MulInt should be of the form "MulInt ..." (golint)
    • Line 286: warning: comment on exported method Dec.Quo should be of the form "Quo ..." (golint)
    • Line 301: warning: comment on exported method Dec.QuoTruncate should be of the form "QuoTruncate ..." (golint)
    • Line 316: warning: comment on exported method Dec.QuoRoundUp should be of the form "QuoRoundUp ..." (golint)
    • Line 331: warning: comment on exported method Dec.QuoInt should be of the form "QuoInt ..." (golint)
    • Line 415: warning: comment on exported method Dec.IsInteger should be of the form "IsInteger ..." (golint)
    • Line 420: warning: comment on exported method Dec.Format should be of the form "Format ..." (golint)
    • Line 755: warning: comment on exported method Dec.MarshalAmino should be of the form "MarshalAmino ..." (golint)
    • Line 757: warning: exported method Dec.UnmarshalAmino should have comment or be unexported (golint)
    • Line 766: warning: comment on exported function DecsEqual should be of the form "DecsEqual ..." (golint)
    • Line 780: warning: comment on exported function MinDec should be of the form "MinDec ..." (golint)
    • Line 788: warning: comment on exported function MaxDec should be of the form "MaxDec ..." (golint)
    • Line 796: warning: comment on exported function DecEq should be of the form "DecEq ..." (golint)
    • onomy-sdk/types/uint.go
    • Line 21: warning: comment on exported function NewUintFromBigInt should be of the form "NewUintFromBigInt ..." (golint)
    • Line 84: warning: comment on exported method Uint.AddUint64 should be of the form "AddUint64 ..." (golint)
    • Line 98: warning: comment on exported method Uint.MulUint64 should be of the form "MulUint64 ..." (golint)
    • Line 123: warning: comment on exported method Uint.QuoUint64 should be of the form "QuoUint64 ..." (golint)
    • Line 126: warning: comment on exported function MinUint should be of the form "MinUint ..." (golint)
    • Line 129: warning: comment on exported function MaxUint should be of the form "MaxUint ..." (golint)
    • Line 206: warning: comment on exported method Uint.MarshalAmino should be of the form "MarshalAmino ..." (golint)
    • Line 208: warning: exported method Uint.UnmarshalAmino should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/slash.go
    • Line 145: warning: comment on exported method Keeper.Jail should be of the form "Jail ..." (golint)
    • Line 153: warning: comment on exported method Keeper.Unjail should be of the form "Unjail ..." (golint)
    • Line 161: warning: comment on exported method Keeper.SlashUnbondingDelegation should be of the form "SlashUnbondingDelegation ..." (golint)
    • Line 213: warning: comment on exported method Keeper.SlashRedelegation should be of the form "SlashRedelegation ..." (golint)
    • onomy-sdk/x/gov/keeper/proposal.go
    • Line 183: warning: exported method Keeper.ActivateVotingPeriod should have comment or be unexported (golint)
    • Line 194: warning: exported method Keeper.MarshalProposal should have comment or be unexported (golint)
    • Line 202: warning: exported method Keeper.UnmarshalProposal should have comment or be unexported (golint)
    • Line 210: warning: exported method Keeper.MustMarshalProposal should have comment or be unexported (golint)
    • Line 218: warning: exported method Keeper.MustUnmarshalProposal should have comment or be unexported (golint)
    • onomy-sdk/store/types/utils.go
    • Line 9: warning: comment on exported function KVStorePrefixIterator should be of the form "KVStorePrefixIterator ..." (golint)
    • Line 14: warning: comment on exported function KVStoreReversePrefixIterator should be of the form "KVStoreReversePrefixIterator ..." (golint)
    • onomy-sdk/types/tx_msg.go
    • Line 68: warning: comment on exported type TxWithMemo should be of the form "TxWithMemo ..." (with optional leading article) (golint)
    • onomy-sdk/codec/types/any.go
    • Line 9: warning: exported type Any should have comment or be unexported (golint)
    • Line 44: warning: don't use underscores in Go names; struct field XXX_NoUnkeyedLiteral should be XXXNoUnkeyedLiteral (golint)
    • Line 47: warning: don't use underscores in Go names; struct field XXX_unrecognized should be XXXUnrecognized (golint)
    • Line 50: warning: don't use underscores in Go names; struct field XXX_sizecache should be XXXSizecache (golint)
    • onomy-sdk/x/params/module.go
    • Line 71: warning: exported method AppModuleBasic.RegisterInterfaces should have comment or be unexported (golint)
    • Line 92: warning: exported method AppModule.RegisterInvariants should have comment or be unexported (golint)
    • Line 99: warning: exported method AppModule.Route should have comment or be unexported (golint)
    • onomy-sdk/x/capability/module.go
    • Line 42: warning: exported function NewAppModuleBasic should have comment or be unexported (golint)
    • Line 95: warning: exported function NewAppModule should have comment or be unexported (golint)
    • Line 141: warning: comment on exported method AppModule.BeginBlock should be of the form "BeginBlock ..." (golint)
    • onomy-sdk/x/slashing/keeper/grpc_query.go
    • Line 17: warning: exported method Keeper.Params should have comment or be unexported (golint)
    • Line 28: warning: exported method Keeper.SigningInfo should have comment or be unexported (golint)
    • Line 51: warning: exported method Keeper.SigningInfos should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/keeper.go
    • Line 21: warning: comment on exported type Keeper should be of the form "Keeper ..." (with optional leading article) (golint)
    • Line 67: warning: comment on exported method Keeper.SetHooks should be of the form "SetHooks ..." (golint)
    • Line 78: warning: comment on exported method Keeper.GetLastTotalPower should be of the form "GetLastTotalPower ..." (golint)
    • Line 93: warning: comment on exported method Keeper.SetLastTotalPower should be of the form "SetLastTotalPower ..." (golint)
    • onomy-sdk/testutil/ioutil.go
    • Line 42: warning: comment on exported function ApplyMockIODiscardOutErr should be of the form "ApplyMockIODiscardOutErr ..." (golint)
    • Line 54: warning: comment on exported function WriteToNewTempFile should be of the form "WriteToNewTempFile ..." (golint)
    • onomy-sdk/x/bank/legacy/v036/types.go
    • Line 1: warning: package comment should be of the form "Package v036 ..." (golint)
    • Line 8: warning: exported const ModuleName should have comment or be unexported (golint)
    • Line 11: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 16: warning: exported function EmptyGenesisState should have comment or be unexported (golint)
    • onomy-sdk/client/tx/factory.go
    • Line 77: warning: exported method Factory.AccountNumber should have comment or be unexported (golint)
    • Line 78: warning: exported method Factory.Sequence should have comment or be unexported (golint)
    • Line 79: warning: exported method Factory.Gas should have comment or be unexported (golint)
    • Line 80: warning: exported method Factory.GasAdjustment should have comment or be unexported (golint)
    • Line 81: warning: exported method Factory.Keybase should have comment or be unexported (golint)
    • Line 82: warning: exported method Factory.ChainID should have comment or be unexported (golint)
    • Line 83: warning: exported method Factory.Memo should have comment or be unexported (golint)
    • Line 84: warning: exported method Factory.Fees should have comment or be unexported (golint)
    • Line 85: warning: exported method Factory.GasPrices should have comment or be unexported (golint)
    • Line 86: warning: exported method Factory.AccountRetriever should have comment or be unexported (golint)
    • Line 87: warning: exported method Factory.TimeoutHeight should have comment or be unexported (golint)
    • onomy-sdk/client/rpc/validators.go
    • Line 70: warning: comment on exported type ValidatorOutput should be of the form "ValidatorOutput ..." (with optional leading article) (golint)
    • Line 78: warning: comment on exported type ResultValidatorsOutput should be of the form "ResultValidatorsOutput ..." (with optional leading article) (golint)
    • Line 149: warning: comment on exported function ValidatorSetRequestHandlerFn should be of the form "ValidatorSetRequestHandlerFn ..." (golint)
    • Line 183: warning: comment on exported function LatestValidatorSetRequestHandlerFn should be of the form "LatestValidatorSetRequestHandlerFn ..." (golint)
    • onomy-sdk/x/staking/keeper/alias_functions.go
    • Line 13: warning: comment on exported method Keeper.IterateValidators should be of the form "IterateValidators ..." (golint)
    • Line 33: warning: comment on exported method Keeper.IterateBondedValidatorsByPower should be of the form "IterateBondedValidatorsByPower ..." (golint)
    • Line 56: warning: comment on exported method Keeper.IterateLastValidators should be of the form "IterateLastValidators ..." (golint)
    • Line 102: warning: comment on exported method Keeper.GetValidatorSet should be of the form "GetValidatorSet ..." (golint)
    • Line 117: warning: comment on exported method Keeper.IterateDelegations should be of the form "IterateDelegations ..." (golint)
    • Line 137: warning: comment on exported method Keeper.GetAllSDKDelegations should be of the form "GetAllSDKDelegations ..." (golint)
    • onomy-sdk/x/distribution/keeper/keeper.go
    • Line 84: warning: comment on exported method Keeper.WithdrawDelegationRewards should be of the form "WithdrawDelegationRewards ..." (golint)
    • Line 115: warning: comment on exported method Keeper.WithdrawValidatorCommission should be of the form "WithdrawValidatorCommission ..." (golint)
    • onomy-sdk/types/address.go
    • Line 140: warning: comment on exported method AccAddress.Equals should be of the form "Equals ..." (golint)
    • Line 149: warning: comment on exported method AccAddress.Empty should be of the form "Empty ..." (golint)
    • Line 294: warning: comment on exported method ValAddress.Equals should be of the form "Equals ..." (golint)
    • Line 303: warning: comment on exported method ValAddress.Empty should be of the form "Empty ..." (golint)
    • Line 449: warning: comment on exported function GetConsAddress should be of the form "GetConsAddress ..." (golint)
    • Line 454: warning: comment on exported method ConsAddress.Equals should be of the form "Equals ..." (golint)
    • Line 463: warning: comment on exported method ConsAddress.Empty should be of the form "Empty ..." (golint)
    • onomy-sdk/x/upgrade/types/proposal.go
    • Line 11: warning: exported const ProposalTypeSoftwareUpgrade should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: exported function NewSoftwareUpgradeProposal should have comment or be unexported (golint)
    • Line 30: warning: exported method SoftwareUpgradeProposal.GetTitle should have comment or be unexported (golint)
    • Line 31: warning: exported method SoftwareUpgradeProposal.GetDescription should have comment or be unexported (golint)
    • Line 32: warning: exported method SoftwareUpgradeProposal.ProposalRoute should have comment or be unexported (golint)
    • Line 33: warning: exported method SoftwareUpgradeProposal.ProposalType should have comment or be unexported (golint)
    • Line 34: warning: exported method SoftwareUpgradeProposal.ValidateBasic should have comment or be unexported (golint)
    • Line 53: warning: exported function NewCancelSoftwareUpgradeProposal should have comment or be unexported (golint)
    • Line 60: warning: exported method CancelSoftwareUpgradeProposal.GetTitle should have comment or be unexported (golint)
    • Line 61: warning: exported method CancelSoftwareUpgradeProposal.GetDescription should have comment or be unexported (golint)
    • Line 62: warning: exported method CancelSoftwareUpgradeProposal.ProposalRoute should have comment or be unexported (golint)
    • Line 63: warning: exported method CancelSoftwareUpgradeProposal.ProposalType should have comment or be unexported (golint)
    • Line 66: warning: exported method CancelSoftwareUpgradeProposal.ValidateBasic should have comment or be unexported (golint)
    • onomy-sdk/client/flags/flags.go
    • Line 18: warning: exported const DefaultGasLimit should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: comment on exported const DefaultKeyringBackend should be of the form "DefaultKeyringBackend ..." (golint)
    • onomy-sdk/client/config/config.go
    • Line 20: warning: exported type ClientConfig should have comment or be unexported (golint)
    • Line 33: warning: exported method ClientConfig.SetChainID should have comment or be unexported (golint)
    • Line 37: warning: exported method ClientConfig.SetKeyringBackend should have comment or be unexported (golint)
    • Line 41: warning: exported method ClientConfig.SetOutput should have comment or be unexported (golint)
    • Line 45: warning: exported method ClientConfig.SetNode should have comment or be unexported (golint)
    • Line 49: warning: exported method ClientConfig.SetBroadcastMode should have comment or be unexported (golint)
    • onomy-sdk/x/params/legacy/v036/types.go
    • Line 44: warning: exported function NewParameterChangeProposal should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method ParameterChangeProposal.ProposalRoute should be of the form "ProposalRoute ..." (golint)
    • Line 100: warning: exported function NewParamChange should have comment or be unexported (golint)
    • Line 104: warning: exported function NewParamChangeWithSubkey should have comment or be unexported (golint)
    • Line 118: warning: comment on exported function ValidateChanges should be of the form "ValidateChanges ..." (golint)
    • Line 170: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/x/simulation/params.go
    • Line 54: warning: exported method Params.PastEvidenceFraction should have comment or be unexported (golint)
    • Line 58: warning: exported method Params.NumKeys should have comment or be unexported (golint)
    • Line 62: warning: exported method Params.EvidenceFraction should have comment or be unexported (golint)
    • Line 66: warning: exported method Params.InitialLivenessWeightings should have comment or be unexported (golint)
    • Line 70: warning: exported method Params.LivenessTransitionMatrix should have comment or be unexported (golint)
    • Line 74: warning: exported method Params.BlockSizeTransitionMatrix should have comment or be unexported (golint)
    • Line 100: warning: exported method ParamChange.Subspace should have comment or be unexported (golint)
    • Line 104: warning: exported method ParamChange.Key should have comment or be unexported (golint)
    • Line 108: warning: exported method ParamChange.SimValue should have comment or be unexported (golint)
    • Line 137: warning: exported function NewWeightedProposalContent should have comment or be unexported (golint)
    • Line 141: warning: exported method WeightedProposalContent.AppParamsKey should have comment or be unexported (golint)
    • Line 145: warning: exported method WeightedProposalContent.DefaultWeight should have comment or be unexported (golint)
    • Line 149: warning: exported method WeightedProposalContent.ContentSimulatorFn should have comment or be unexported (golint)
    • onomy-sdk/x/gov/client/testutil/deposits.go
    • Line 16: warning: exported type DepositTestSuite should have comment or be unexported (golint)
    • Line 24: warning: exported function NewDepositTestSuite should have comment or be unexported (golint)
    • Line 28: warning: exported method DepositTestSuite.SetupSuite should have comment or be unexported (golint)
    • Line 39: warning: exported method DepositTestSuite.TearDownSuite should have comment or be unexported (golint)
    • Line 44: warning: exported method DepositTestSuite.TestQueryDepositsInitialDeposit should have comment or be unexported (golint)
    • Line 73: warning: exported method DepositTestSuite.TestQueryDepositsWithoutInitialDeposit should have comment or be unexported (golint)
    • Line 100: warning: exported method DepositTestSuite.TestQueryProposalNotEnoughDeposits should have comment or be unexported (golint)
    • Line 126: warning: exported method DepositTestSuite.TestRejectedProposalDeposits should have comment or be unexported (golint)
    • onomy-sdk/x/distribution/legacy/v034/types.go
    • Line 1: warning: package comment should be of the form "Package v034 ..." (golint)
    • Line 13: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 17: warning: exported type ValidatorAccumulatedCommission should have comment or be unexported (golint)
    • Line 19: warning: exported type DelegatorStartingInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type DelegatorWithdrawInfo should have comment or be unexported (golint)
    • Line 30: warning: exported type ValidatorOutstandingRewardsRecord should have comment or be unexported (golint)
    • Line 35: warning: exported type ValidatorAccumulatedCommissionRecord should have comment or be unexported (golint)
    • Line 40: warning: exported type ValidatorHistoricalRewardsRecord should have comment or be unexported (golint)
    • Line 46: warning: exported type ValidatorHistoricalRewards should have comment or be unexported (golint)
    • Line 51: warning: exported type ValidatorCurrentRewards should have comment or be unexported (golint)
    • Line 56: warning: exported type ValidatorCurrentRewardsRecord should have comment or be unexported (golint)
    • Line 61: warning: exported type DelegatorStartingInfoRecord should have comment or be unexported (golint)
    • Line 67: warning: exported type ValidatorSlashEventRecord should have comment or be unexported (golint)
    • Line 73: warning: exported type FeePool should have comment or be unexported (golint)
    • Line 77: warning: exported type ValidatorSlashEvent should have comment or be unexported (golint)
    • Line 82: warning: exported type GenesisState should have comment or be unexported (golint)
    • onomy-sdk/server/mock/app.go
    • Line 72: warning: comment on exported type KV should be of the form "KV ..." (with optional leading article) (golint)
    • Line 78: warning: comment on exported type GenesisJSON should be of the form "GenesisJSON ..." (with optional leading article) (golint)
    • onomy-sdk/x/distribution/types/querier.go
    • Line 20: warning: comment on exported type QueryValidatorOutstandingRewardsParams should be of the form "QueryValidatorOutstandingRewardsParams ..." (with optional leading article) (golint)
    • Line 25: warning: comment on exported function NewQueryValidatorOutstandingRewardsParams should be of the form "NewQueryValidatorOutstandingRewardsParams ..." (golint)
    • Line 32: warning: comment on exported type QueryValidatorCommissionParams should be of the form "QueryValidatorCommissionParams ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported function NewQueryValidatorCommissionParams should be of the form "NewQueryValidatorCommissionParams ..." (golint)
    • Line 44: warning: comment on exported type QueryValidatorSlashesParams should be of the form "QueryValidatorSlashesParams ..." (with optional leading article) (golint)
    • Line 51: warning: comment on exported function NewQueryValidatorSlashesParams should be of the form "NewQueryValidatorSlashesParams ..." (golint)
    • Line 60: warning: comment on exported type QueryDelegationRewardsParams should be of the form "QueryDelegationRewardsParams ..." (with optional leading article) (golint)
    • Line 66: warning: comment on exported function NewQueryDelegationRewardsParams should be of the form "NewQueryDelegationRewardsParams ..." (golint)
    • Line 74: warning: comment on exported type QueryDelegatorParams should be of the form "QueryDelegatorParams ..." (with optional leading article) (golint)
    • Line 79: warning: comment on exported function NewQueryDelegatorParams should be of the form "NewQueryDelegatorParams ..." (golint)
    • Line 86: warning: comment on exported type QueryDelegatorWithdrawAddrParams should be of the form "QueryDelegatorWithdrawAddrParams ..." (with optional leading article) (golint)
    • onomy-sdk/x/genaccounts/legacy/v034/types.go
    • Line 1: warning: package comment should be of the form "Package v034 ..." (golint)
    • Line 9: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type GenesisAccount should have comment or be unexported (golint)
    • Line 26: warning: exported type GenesisState should have comment or be unexported (golint)
    • onomy-sdk/server/mock/tx.go
    • Line 1: warning: package comment should be of the form "Package mock ..." (golint)
    • Line 27: warning: exported function NewTx should have comment or be unexported (golint)
    • Line 36: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • Line 40: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • Line 44: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • Line 48: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • Line 52: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • Line 57: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • Line 61: warning: receiver name tx should be consistent with previous receiver name msg for kvstoreTx (golint)
    • onomy-sdk/types/invariant.go
    • Line 14: warning: comment on exported type InvariantRegistry should be of the form "InvariantRegistry ..." (with optional leading article) (golint)
    • onomy-sdk/codec/types/compat.go
    • Line 20: warning: exported var Debug should have comment or be unexported (golint)
    • Line 37: warning: exported method Any.MarshalAmino should have comment or be unexported (golint)
    • Line 45: warning: exported method Any.UnmarshalAmino should have comment or be unexported (golint)
    • Line 53: warning: exported method Any.MarshalJSON should have comment or be unexported (golint)
    • Line 61: warning: exported method Any.UnmarshalJSON should have comment or be unexported (golint)
    • Line 77: warning: exported method AminoUnpacker.UnpackAny should have comment or be unexported (golint)
    • Line 106: warning: comment on exported type AminoPacker should be of the form "AminoPacker ..." (with optional leading article) (golint)
    • Line 114: warning: exported method AminoPacker.UnpackAny should have comment or be unexported (golint)
    • Line 127: warning: comment on exported type AminoJSONUnpacker should be of the form "AminoJSONUnpacker ..." (with optional leading article) (golint)
    • Line 135: warning: exported method AminoJSONUnpacker.UnpackAny should have comment or be unexported (golint)
    • Line 164: warning: comment on exported type AminoJSONPacker should be of the form "AminoJSONPacker ..." (with optional leading article) (golint)
    • Line 172: warning: exported method AminoJSONPacker.UnpackAny should have comment or be unexported (golint)
    • Line 192: warning: exported method ProtoJSONPacker.UnpackAny should have comment or be unexported (golint)
    • onomy-sdk/x/slashing/legacy/v039/types.go
    • Line 10: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 21: warning: exported var DefaultMinSignedPerWindow should have comment or be unexported (golint)
    • Line 68: warning: comment on exported type MissedBlock should be of the form "MissedBlock ..." (with optional leading article) (golint)
    • onomy-sdk/types/config.go
    • Line 32: warning: comment on exported function NewConfig should be of the form "NewConfig ..." (golint)
    • Line 115: warning: comment on exported method Config.SetCoinType should be of the form "SetCoinType ..." (golint)
    • Line 121: warning: comment on exported method Config.SetFullFundraiserPath should be of the form "SetFullFundraiserPath ..." (golint)
    • Line 194: warning: exported function KeyringServiceName should have comment or be unexported (golint)
    • onomy-sdk/types/context.go
    • Line 43: warning: comment on exported type Request should be of the form "Request ..." (with optional leading article) (golint)
    • Line 46: warning: comment on exported method Context.Context should be of the form "Context ..." (golint)
    • Line 48: warning: exported method Context.MultiStore should have comment or be unexported (golint)
    • Line 49: warning: exported method Context.BlockHeight should have comment or be unexported (golint)
    • Line 50: warning: exported method Context.BlockTime should have comment or be unexported (golint)
    • Line 51: warning: exported method Context.ChainID should have comment or be unexported (golint)
    • Line 52: warning: exported method Context.TxBytes should have comment or be unexported (golint)
    • Line 53: warning: exported method Context.Logger should have comment or be unexported (golint)
    • Line 54: warning: exported method Context.VoteInfos should have comment or be unexported (golint)
    • Line 55: warning: exported method Context.GasMeter should have comment or be unexported (golint)
    • Line 56: warning: exported method Context.BlockGasMeter should have comment or be unexported (golint)
    • Line 57: warning: exported method Context.IsCheckTx should have comment or be unexported (golint)
    • Line 58: warning: exported method Context.IsReCheckTx should have comment or be unexported (golint)
    • Line 59: warning: exported method Context.MinGasPrices should have comment or be unexported (golint)
    • Line 60: warning: exported method Context.EventManager should have comment or be unexported (golint)
    • Line 62: warning: comment on exported method Context.BlockHeader should be of the form "BlockHeader ..." (golint)
    • Line 75: warning: exported method Context.ConsensusParams should have comment or be unexported (golint)
    • Line 79: warning: comment on exported function NewContext should be of the form "NewContext ..." (golint)
    • Line 189: warning: comment on exported method Context.WithIsReCheckTx should be of the form "WithIsReCheckTx ..." (golint)
    • Line 217: warning: comment on exported method Context.IsZero should be of the form "IsZero ..." (golint)
    • onomy-sdk/x/ibc/testing/chain.go
    • Line 43: warning: comment on exported const TrustingPeriod should be of the form "TrustingPeriod ..." (golint)
    • Line 45: warning: exported const UnbondingPeriod should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: comment on exported const Title should be of the form "Title ..." (golint)
    • Line 64: warning: exported var DefaultOpenInitVersion should have comment or be unexported (golint)
    • Line 66: warning: comment on exported var DefaultTrustLevel should be of the form "DefaultTrustLevel ..." (golint)
    • onomy-sdk/x/staking/types/hooks.go
    • Line 7: warning: comment on exported type MultiStakingHooks should be of the form "MultiStakingHooks ..." (with optional leading article) (golint)
    • Line 10: warning: exported function NewMultiStakingHooks should have comment or be unexported (golint)
    • Line 14: warning: exported method MultiStakingHooks.AfterValidatorCreated should have comment or be unexported (golint)
    • Line 19: warning: exported method MultiStakingHooks.BeforeValidatorModified should have comment or be unexported (golint)
    • Line 24: warning: exported method MultiStakingHooks.AfterValidatorRemoved should have comment or be unexported (golint)
    • Line 29: warning: exported method MultiStakingHooks.AfterValidatorBonded should have comment or be unexported (golint)
    • Line 34: warning: exported method MultiStakingHooks.AfterValidatorBeginUnbonding should have comment or be unexported (golint)
    • Line 39: warning: exported method MultiStakingHooks.BeforeDelegationCreated should have comment or be unexported (golint)
    • Line 44: warning: exported method MultiStakingHooks.BeforeDelegationSharesModified should have comment or be unexported (golint)
    • Line 49: warning: exported method MultiStakingHooks.BeforeDelegationRemoved should have comment or be unexported (golint)
    • Line 54: warning: exported method MultiStakingHooks.AfterDelegationModified should have comment or be unexported (golint)
    • Line 59: warning: exported method MultiStakingHooks.BeforeValidatorSlashed should have comment or be unexported (golint)
    • onomy-sdk/x/auth/client/testutil/helpers.go
    • Line 17: warning: exported function TxSignExec should have comment or be unexported (golint)
    • Line 32: warning: exported function TxBroadcastExec should have comment or be unexported (golint)
    • Line 40: warning: exported function TxEncodeExec should have comment or be unexported (golint)
    • Line 49: warning: exported function TxValidateSignaturesExec should have comment or be unexported (golint)
    • Line 59: warning: exported function TxMultiSignExec should have comment or be unexported (golint)
    • Line 70: warning: exported function TxSignBatchExec should have comment or be unexported (golint)
    • Line 80: warning: exported function TxDecodeExec should have comment or be unexported (golint)
    • Line 89: warning: exported function QueryAccountExec should have comment or be unexported (golint)
    • Line 95: warning: exported function TxMultiSignBatchExec should have comment or be unexported (golint)
    • onomy-sdk/x/distribution/keeper/store.go
    • Line 10: warning: comment on exported method Keeper.GetDelegatorWithdrawAddr should be of the form "GetDelegatorWithdrawAddr ..." (golint)
    • Line 20: warning: comment on exported method Keeper.SetDelegatorWithdrawAddr should be of the form "SetDelegatorWithdrawAddr ..." (golint)
    • Line 26: warning: comment on exported method Keeper.DeleteDelegatorWithdrawAddr should be of the form "DeleteDelegatorWithdrawAddr ..." (golint)
    • Line 32: warning: comment on exported method Keeper.IterateDelegatorWithdrawAddrs should be of the form "IterateDelegatorWithdrawAddrs ..." (golint)
    • Line 46: warning: comment on exported method Keeper.GetFeePool should be of the form "GetFeePool ..." (golint)
    • Line 57: warning: comment on exported method Keeper.SetFeePool should be of the form "SetFeePool ..." (golint)
    • Line 78: warning: comment on exported method Keeper.SetPreviousProposerConsAddr should be of the form "SetPreviousProposerConsAddr ..." (golint)
    • Line 85: warning: comment on exported method Keeper.GetDelegatorStartingInfo should be of the form "GetDelegatorStartingInfo ..." (golint)
    • Line 93: warning: comment on exported method Keeper.SetDelegatorStartingInfo should be of the form "SetDelegatorStartingInfo ..." (golint)
    • Line 100: warning: comment on exported method Keeper.HasDelegatorStartingInfo should be of the form "HasDelegatorStartingInfo ..." (golint)
    • Line 106: warning: comment on exported method Keeper.DeleteDelegatorStartingInfo should be of the form "DeleteDelegatorStartingInfo ..." (golint)
    • Line 112: warning: comment on exported method Keeper.IterateDelegatorStartingInfos should be of the form "IterateDelegatorStartingInfos ..." (golint)
    • Line 127: warning: comment on exported method Keeper.GetValidatorHistoricalRewards should be of the form "GetValidatorHistoricalRewards ..." (golint)
    • Line 135: warning: comment on exported method Keeper.SetValidatorHistoricalRewards should be of the form "SetValidatorHistoricalRewards ..." (golint)
    • Line 142: warning: comment on exported method Keeper.IterateValidatorHistoricalRewards should be of the form "IterateValidatorHistoricalRewards ..." (golint)
    • Line 157: warning: comment on exported method Keeper.DeleteValidatorHistoricalReward should be of the form "DeleteValidatorHistoricalReward ..." (golint)
    • Line 163: warning: comment on exported method Keeper.DeleteValidatorHistoricalRewards should be of the form "DeleteValidatorHistoricalRewards ..." (golint)
    • Line 173: warning: comment on exported method Keeper.DeleteAllValidatorHistoricalRewards should be of the form "DeleteAllValidatorHistoricalRewards ..." (golint)
    • Line 183: warning: comment on exported method Keeper.GetValidatorHistoricalReferenceCount should be of the form "GetValidatorHistoricalReferenceCount ..." (golint)
    • Line 196: warning: comment on exported method Keeper.GetValidatorCurrentRewards should be of the form "GetValidatorCurrentRewards ..." (golint)
    • Line 204: warning: comment on exported method Keeper.SetValidatorCurrentRewards should be of the form "SetValidatorCurrentRewards ..." (golint)
    • Line 211: warning: comment on exported method Keeper.DeleteValidatorCurrentRewards should be of the form "DeleteValidatorCurrentRewards ..." (golint)
    • Line 217: warning: comment on exported method Keeper.IterateValidatorCurrentRewards should be of the form "IterateValidatorCurrentRewards ..." (golint)
    • Line 232: warning: comment on exported method Keeper.GetValidatorAccumulatedCommission should be of the form "GetValidatorAccumulatedCommission ..." (golint)
    • Line 243: warning: comment on exported method Keeper.SetValidatorAccumulatedCommission should be of the form "SetValidatorAccumulatedCommission ..." (golint)
    • Line 257: warning: comment on exported method Keeper.DeleteValidatorAccumulatedCommission should be of the form "DeleteValidatorAccumulatedCommission ..." (golint)
    • Line 263: warning: comment on exported method Keeper.IterateValidatorAccumulatedCommissions should be of the form "IterateValidatorAccumulatedCommissions ..." (golint)
    • Line 278: warning: comment on exported method Keeper.GetValidatorOutstandingRewards should be of the form "GetValidatorOutstandingRewards ..." (golint)
    • Line 286: warning: comment on exported method Keeper.SetValidatorOutstandingRewards should be of the form "SetValidatorOutstandingRewards ..." (golint)
    • Line 293: warning: comment on exported method Keeper.DeleteValidatorOutstandingRewards should be of the form "DeleteValidatorOutstandingRewards ..." (golint)
    • Line 299: warning: comment on exported method Keeper.IterateValidatorOutstandingRewards should be of the form "IterateValidatorOutstandingRewards ..." (golint)
    • Line 314: warning: comment on exported method Keeper.GetValidatorSlashEvent should be of the form "GetValidatorSlashEvent ..." (golint)
    • Line 325: warning: comment on exported method Keeper.SetValidatorSlashEvent should be of the form "SetValidatorSlashEvent ..." (golint)
    • Line 332: warning: comment on exported method Keeper.IterateValidatorSlashEventsBetween should be of the form "IterateValidatorSlashEventsBetween ..." (golint)
    • Line 351: warning: comment on exported method Keeper.IterateValidatorSlashEvents should be of the form "IterateValidatorSlashEvents ..." (golint)
    • Line 366: warning: comment on exported method Keeper.DeleteValidatorSlashEvents should be of the form "DeleteValidatorSlashEvents ..." (golint)
    • Line 376: warning: comment on exported method Keeper.DeleteAllValidatorSlashEvents should be of the form "DeleteAllValidatorSlashEvents ..." (golint)
    • onomy-sdk/x/staking/types/params.go
    • Line 36: warning: exported var KeyUnbondingTime should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function ParamKeyTable should be of the form "ParamKeyTable ..." (golint)
    • Line 61: warning: comment on exported method Params.ParamSetPairs should be of the form "ParamSetPairs ..." (golint)
    • Line 89: warning: comment on exported function MustUnmarshalParams should be of the form "MustUnmarshalParams ..." (golint)
    • Line 99: warning: comment on exported function UnmarshalParams should be of the form "UnmarshalParams ..." (golint)
    • Line 109: warning: comment on exported method Params.Validate should be of the form "Validate ..." (golint)
    • onomy-sdk/x/distribution/types/genesis.go
    • Line 7: warning: comment on exported function NewGenesisState should be of the form "NewGenesisState ..." (golint)
    • Line 28: warning: comment on exported function DefaultGenesisState should be of the form "DefaultGenesisState ..." (golint)
    • onomy-sdk/x/distribution/types/keys.go
    • Line 56: warning: comment on exported function GetValidatorOutstandingRewardsAddress should be of the form "GetValidatorOutstandingRewardsAddress ..." (golint)
    • Line 65: warning: comment on exported function GetDelegatorWithdrawInfoAddress should be of the form "GetDelegatorWithdrawInfoAddress ..." (golint)
    • Line 74: warning: comment on exported function GetDelegatorStartingInfoAddresses should be of the form "GetDelegatorStartingInfoAddresses ..." (golint)
    • Line 89: warning: comment on exported function GetValidatorHistoricalRewardsAddressPeriod should be of the form "GetValidatorHistoricalRewardsAddressPeriod ..." (golint)
    • Line 104: warning: comment on exported function GetValidatorCurrentRewardsAddress should be of the form "GetValidatorCurrentRewardsAddress ..." (golint)
    • Line 113: warning: comment on exported function GetValidatorAccumulatedCommissionAddress should be of the form "GetValidatorAccumulatedCommissionAddress ..." (golint)
    • Line 122: warning: comment on exported function GetValidatorSlashEventAddressHeight should be of the form "GetValidatorSlashEventAddressHeight ..." (golint)
    • Line 135: warning: comment on exported function GetValidatorOutstandingRewardsKey should be of the form "GetValidatorOutstandingRewardsKey ..." (golint)
    • Line 140: warning: comment on exported function GetDelegatorWithdrawAddrKey should be of the form "GetDelegatorWithdrawAddrKey ..." (golint)
    • Line 145: warning: comment on exported function GetDelegatorStartingInfoKey should be of the form "GetDelegatorStartingInfoKey ..." (golint)
    • Line 150: warning: comment on exported function GetValidatorHistoricalRewardsPrefix should be of the form "GetValidatorHistoricalRewardsPrefix ..." (golint)
    • Line 155: warning: comment on exported function GetValidatorHistoricalRewardsKey should be of the form "GetValidatorHistoricalRewardsKey ..." (golint)
    • Line 162: warning: comment on exported function GetValidatorCurrentRewardsKey should be of the form "GetValidatorCurrentRewardsKey ..." (golint)
    • Line 167: warning: comment on exported function GetValidatorAccumulatedCommissionKey should be of the form "GetValidatorAccumulatedCommissionKey ..." (golint)
    • Line 172: warning: comment on exported function GetValidatorSlashEventPrefix should be of the form "GetValidatorSlashEventPrefix ..." (golint)
    • Line 177: warning: comment on exported function GetValidatorSlashEventKeyPrefix should be of the form "GetValidatorSlashEventKeyPrefix ..." (golint)
    • Line 187: warning: comment on exported function GetValidatorSlashEventKey should be of the form "GetValidatorSlashEventKey ..." (golint)
    • onomy-sdk/baseapp/test_helpers.go
    • Line 10: warning: exported method BaseApp.Check should have comment or be unexported (golint)
    • Line 21: warning: exported method BaseApp.Simulate should have comment or be unexported (golint)
    • Line 25: warning: exported method BaseApp.Deliver should have comment or be unexported (golint)
    • Line 34: warning: comment on exported method BaseApp.NewContext should be of the form "NewContext ..." (golint)
    • Line 44: warning: exported method BaseApp.NewUncachedContext should have comment or be unexported (golint)
    • onomy-sdk/x/auth/testutil/suite.go
    • Line 30: warning: exported method TxConfigTestSuite.TestTxBuilderGetTx should have comment or be unexported (golint)
    • Line 37: warning: exported method TxConfigTestSuite.TestTxBuilderSetFeeAmount should have comment or be unexported (golint)
    • Line 47: warning: exported method TxConfigTestSuite.TestTxBuilderSetGasLimit should have comment or be unexported (golint)
    • Line 55: warning: exported method TxConfigTestSuite.TestTxBuilderSetMemo should have comment or be unexported (golint)
    • Line 63: warning: exported method TxConfigTestSuite.TestTxBuilderSetMsgs should have comment or be unexported (golint)
    • Line 81: warning: exported method TxConfigTestSuite.TestTxBuilderSetSignatures should have comment or be unexported (golint)
    • Line 228: warning: exported method TxConfigTestSuite.TestTxEncodeDecode should have comment or be unexported (golint)
    • Line 293: warning: exported method TxConfigTestSuite.TestWrapTxBuilder should have comment or be unexported (golint)
    • onomy-sdk/x/auth/legacy/legacytx/stdtx.go
    • Line 36: warning: comment on exported function NewStdFee should be of the form "NewStdFee ..." (golint)
    • Line 77: warning: comment on exported function NewStdSignature should be of the form "NewStdSignature ..." (golint)
    • Line 122: warning: exported method StdSignature.UnpackInterfaces should have comment or be unexported (golint)
    • Line 138: warning: comment on exported function NewStdTx should be of the form "NewStdTx ..." (golint)
    • Line 181: warning: comment on exported method StdTx.AsAny should be of the form "AsAny ..." (golint)
    • Line 247: warning: comment on exported method StdTx.GetPubKeys should be of the form "GetPubKeys ..." (golint)
    • Line 280: warning: exported method StdTx.UnpackInterfaces should have comment or be unexported (golint)
    • onomy-sdk/x/params/keeper/keeper.go
    • Line 37: warning: comment on exported method Keeper.Subspace should be of the form "Subspace ..." (golint)
    • Line 54: warning: comment on exported method Keeper.GetSubspace should be of the form "GetSubspace ..." (golint)
    • onomy-sdk/x/params/types/subspace.go
    • Line 20: warning: comment on exported type Subspace should be of the form "Subspace ..." (with optional leading article) (golint)
    • Line 249: warning: comment on exported type ReadOnlySubspace should be of the form "ReadOnlySubspace ..." (with optional leading article) (golint)
    • onomy-sdk/client/debug/main.go
    • Line 20: warning: exported function Cmd should have comment or be unexported (golint)
    • Line 70: warning: exported function PubkeyCmd should have comment or be unexported (golint)
    • Line 123: warning: exported function AddrCmd should have comment or be unexported (golint)
    • Line 167: warning: exported function RawBytesCmd should have comment or be unexported (golint)
    • onomy-sdk/crypto/keys/secp256k1/secp256k1.go
    • Line 24: warning: exported const PrivKeySize should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported method PrivKey.Type should have comment or be unexported (golint)
    • Line 172: warning: exported method PubKey.Type should have comment or be unexported (golint)
    • Line 176: warning: exported method PubKey.Equals should have comment or be unexported (golint)
    • onomy-sdk/store/firstlast.go
    • Line 10: warning: comment on exported function First should be of the form "First ..." (golint)
    • Line 21: warning: comment on exported function Last should be of the form "Last ..." (golint)
    • onomy-sdk/types/int.go
    • Line 307: warning: comment on exported function MinInt should be of the form "MinInt ..." (golint)
    • Line 420: warning: comment on exported method Int.MarshalAmino should be of the form "MarshalAmino ..." (golint)
    • Line 422: warning: exported method Int.UnmarshalAmino should have comment or be unexported (golint)
    • Line 424: warning: comment on exported function IntEq should be of the form "IntEq ..." (golint)
    • onomy-sdk/x/auth/ante/fee.go
    • Line 19: warning: exported function NewMempoolFeeDecorator should have comment or be unexported (golint)
    • Line 23: warning: exported method MempoolFeeDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 66: warning: exported function NewDeductFeeDecorator should have comment or be unexported (golint)
    • Line 73: warning: exported method DeductFeeDecorator.AnteHandle should have comment or be unexported (golint)
    • onomy-sdk/x/staking/types/delegation.go
    • Line 56: warning: comment on exported function UnmarshalDelegation should be of the form "UnmarshalDelegation ..." (golint)
    • Line 62: warning: exported method Delegation.GetDelegatorAddr should have comment or be unexported (golint)
    • Line 69: warning: exported method Delegation.GetValidatorAddr should have comment or be unexported (golint)
    • Line 76: warning: exported method Delegation.GetShares should have comment or be unexported (golint)
    • Line 95: warning: exported function NewUnbondingDelegationEntry should have comment or be unexported (golint)
    • Line 141: warning: comment on exported function MustMarshalUBD should be of the form "MustMarshalUBD ..." (golint)
    • Line 146: warning: comment on exported function MustUnmarshalUBD should be of the form "MustUnmarshalUBD ..." (golint)
    • Line 156: warning: comment on exported function UnmarshalUBD should be of the form "UnmarshalUBD ..." (golint)
    • Line 190: warning: exported function NewRedelegationEntry should have comment or be unexported (golint)
    • Line 210: warning: comment on exported function NewRedelegation should be of the form "NewRedelegation ..." (golint)
    • onomy-sdk/x/auth/client/tx.go
    • Line 104: warning: comment on exported function ReadTxFromFile should be of the form "ReadTxFromFile ..." (golint)
    • Line 180: warning: exported function ParseQueryResponse should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/val_state_change.go
    • Line 15: warning: comment on exported method Keeper.BlockValidatorUpdates should be of the form "BlockValidatorUpdates ..." (golint)
    • Line 100: warning: comment on exported method Keeper.ApplyAndReturnValidatorSetUpdates should be of the form "ApplyAndReturnValidatorSetUpdates ..." (golint)
    • onomy-sdk/x/distribution/client/cli/tx.go
    • Line 27: warning: exported const MaxMessagesPerTxDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 79: warning: exported function NewWithdrawRewardsCmd should have comment or be unexported (golint)
    • Line 130: warning: exported function NewWithdrawAllRewardsCmd should have comment or be unexported (golint)
    • Line 196: warning: exported function NewSetWithdrawAddrCmd should have comment or be unexported (golint)
    • Line 237: warning: exported function NewFundCommunityPoolCmd should have comment or be unexported (golint)
    • onomy-sdk/codec/codec.go
    • Line 22: warning: exported type BinaryMarshaler should have comment or be unexported (golint)
    • Line 41: warning: exported type JSONMarshaler should have comment or be unexported (golint)
    • onomy-sdk/x/upgrade/legacy/v038/types.go
    • Line 98: warning: exported const ProposalTypeSoftwareUpgrade should have comment (or a comment on this block) or be unexported (golint)
    • Line 102: warning: comment on exported type SoftwareUpgradeProposal should be of the form "SoftwareUpgradeProposal ..." (with optional leading article) (golint)
    • Line 109: warning: exported function NewSoftwareUpgradeProposal should have comment or be unexported (golint)
    • Line 116: warning: exported method SoftwareUpgradeProposal.GetTitle should have comment or be unexported (golint)
    • Line 117: warning: exported method SoftwareUpgradeProposal.GetDescription should have comment or be unexported (golint)
    • Line 118: warning: exported method SoftwareUpgradeProposal.ProposalRoute should have comment or be unexported (golint)
    • Line 119: warning: exported method SoftwareUpgradeProposal.ProposalType should have comment or be unexported (golint)
    • Line 120: warning: exported method SoftwareUpgradeProposal.ValidateBasic should have comment or be unexported (golint)
    • Line 134: warning: comment on exported type CancelSoftwareUpgradeProposal should be of the form "CancelSoftwareUpgradeProposal ..." (with optional leading article) (golint)
    • Line 140: warning: exported function NewCancelSoftwareUpgradeProposal should have comment or be unexported (golint)
    • Line 147: warning: exported method CancelSoftwareUpgradeProposal.GetTitle should have comment or be unexported (golint)
    • Line 148: warning: exported method CancelSoftwareUpgradeProposal.GetDescription should have comment or be unexported (golint)
    • Line 149: warning: exported method CancelSoftwareUpgradeProposal.ProposalRoute should have comment or be unexported (golint)
    • Line 150: warning: exported method CancelSoftwareUpgradeProposal.ProposalType should have comment or be unexported (golint)
    • Line 153: warning: exported method CancelSoftwareUpgradeProposal.ValidateBasic should have comment or be unexported (golint)
    • Line 164: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/simapp/genesis.go
    • Line 9: warning: comment on exported type GenesisState should be of the form "GenesisState ..." (with optional leading article) (golint)
    • onomy-sdk/types/events.go
    • Line 27: warning: exported function NewEventManager should have comment or be unexported (golint)
    • Line 31: warning: exported method EventManager.Events should have comment or be unexported (golint)
    • Line 240: warning: comment on exported type StringEvents should be of the form "StringEvents ..." (with optional leading article) (golint)
    • onomy-sdk/codec/amino.go
    • Line 16: warning: comment on exported type LegacyAmino should be of the form "LegacyAmino ..." (with optional leading article) (golint)
    • Line 22: warning: exported method LegacyAmino.Seal should have comment or be unexported (golint)
    • Line 26: warning: exported function NewLegacyAmino should have comment or be unexported (golint)
    • Line 80: warning: exported method LegacyAmino.MarshalBinaryBare should have comment or be unexported (golint)
    • Line 88: warning: exported method LegacyAmino.MustMarshalBinaryBare should have comment or be unexported (golint)
    • Line 96: warning: exported method LegacyAmino.MarshalBinaryLengthPrefixed should have comment or be unexported (golint)
    • Line 104: warning: exported method LegacyAmino.MustMarshalBinaryLengthPrefixed should have comment or be unexported (golint)
    • Line 112: warning: exported method LegacyAmino.UnmarshalBinaryBare should have comment or be unexported (golint)
    • Line 120: warning: exported method LegacyAmino.MustUnmarshalBinaryBare should have comment or be unexported (golint)
    • Line 127: warning: exported method LegacyAmino.UnmarshalBinaryLengthPrefixed should have comment or be unexported (golint)
    • Line 135: warning: exported method LegacyAmino.MustUnmarshalBinaryLengthPrefixed should have comment or be unexported (golint)
    • Line 151: warning: exported method LegacyAmino.MustMarshalJSON should have comment or be unexported (golint)
    • Line 168: warning: exported method LegacyAmino.MustUnmarshalJSON should have comment or be unexported (golint)
    • Line 175: warning: exported method LegacyAmino.UnpackAny should have comment or be unexported (golint)
    • Line 179: warning: exported method LegacyAmino.RegisterInterface should have comment or be unexported (golint)
    • Line 183: warning: exported method LegacyAmino.RegisterConcrete should have comment or be unexported (golint)
    • Line 187: warning: exported method LegacyAmino.MarshalJSONIndent should have comment or be unexported (golint)
    • Line 195: warning: exported method LegacyAmino.PrintTypes should have comment or be unexported (golint)
    • onomy-sdk/x/staking/legacy/v034/types.go
    • Line 1: warning: package comment should be of the form "Package v034 ..." (golint)
    • Line 13: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type Pool should have comment or be unexported (golint)
    • Line 36: warning: exported type Params should have comment or be unexported (golint)
    • Line 43: warning: exported type LastValidatorPower should have comment or be unexported (golint)
    • Line 48: warning: exported type Description should have comment or be unexported (golint)
    • Line 55: warning: exported type Commission should have comment or be unexported (golint)
    • Line 76: warning: exported type Validator should have comment or be unexported (golint)
    • Line 90: warning: exported type Validators should have comment or be unexported (golint)
    • Line 92: warning: exported type Delegation should have comment or be unexported (golint)
    • Line 98: warning: exported type Delegations should have comment or be unexported (golint)
    • Line 100: warning: exported type UnbondingDelegationEntry should have comment or be unexported (golint)
    • Line 107: warning: exported type UnbondingDelegation should have comment or be unexported (golint)
    • Line 113: warning: exported type RedelegationEntry should have comment or be unexported (golint)
    • Line 120: warning: exported type Redelegation should have comment or be unexported (golint)
    • Line 127: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 140: warning: exported method Validator.MarshalJSON should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/delegation.go
    • Line 13: warning: comment on exported method Keeper.GetDelegation should be of the form "GetDelegation ..." (golint)
    • Line 54: warning: comment on exported method Keeper.GetValidatorDelegations should be of the form "GetValidatorDelegations ..." (golint)
    • Line 71: warning: comment on exported method Keeper.GetDelegatorDelegations should be of the form "GetDelegatorDelegations ..." (golint)
    • Line 91: warning: comment on exported method Keeper.SetDelegation should be of the form "SetDelegation ..." (golint)
    • Line 103: warning: comment on exported method Keeper.RemoveDelegation should be of the form "RemoveDelegation ..." (golint)
    • Line 115: warning: comment on exported method Keeper.GetUnbondingDelegations should be of the form "GetUnbondingDelegations ..." (golint)
    • Line 136: warning: comment on exported method Keeper.GetUnbondingDelegation should be of the form "GetUnbondingDelegation ..." (golint)
    • Line 153: warning: comment on exported method Keeper.GetUnbondingDelegationsFromValidator should be of the form "GetUnbondingDelegationsFromValidator ..." (golint)
    • Line 170: warning: comment on exported method Keeper.IterateUnbondingDelegations should be of the form "IterateUnbondingDelegations ..." (golint)
    • Line 197: warning: comment on exported method Keeper.SetUnbondingDelegation should be of the form "SetUnbondingDelegation ..." (golint)
    • Line 214: warning: comment on exported method Keeper.RemoveUnbondingDelegation should be of the form "RemoveUnbondingDelegation ..." (golint)
    • Line 251: warning: comment on exported method Keeper.GetUBDQueueTimeSlice should be of the form "GetUBDQueueTimeSlice ..." (golint)
    • Line 267: warning: comment on exported method Keeper.SetUBDQueueTimeSlice should be of the form "SetUBDQueueTimeSlice ..." (golint)
    • Line 274: warning: comment on exported method Keeper.InsertUBDQueue should be of the form "InsertUBDQueue ..." (golint)
    • Line 288: warning: comment on exported method Keeper.UBDQueueIterator should be of the form "UBDQueueIterator ..." (golint)
    • Line 295: warning: comment on exported method Keeper.DequeueAllMatureUBDQueue should be of the form "DequeueAllMatureUBDQueue ..." (golint)
    • Line 317: warning: comment on exported method Keeper.GetRedelegations should be of the form "GetRedelegations ..." (golint)
    • Line 338: warning: comment on exported method Keeper.GetRedelegation should be of the form "GetRedelegation ..." (golint)
    • Line 354: warning: comment on exported method Keeper.GetRedelegationsFromSrcValidator should be of the form "GetRedelegationsFromSrcValidator ..." (golint)
    • Line 371: warning: comment on exported method Keeper.HasReceivingRedelegation should be of the form "HasReceivingRedelegation ..." (golint)
    • Line 395: warning: comment on exported method Keeper.SetRedelegation should be of the form "SetRedelegation ..." (golint)
    • Line 418: warning: comment on exported method Keeper.SetRedelegationEntry should be of the form "SetRedelegationEntry ..." (golint)
    • Line 438: warning: comment on exported method Keeper.IterateRedelegations should be of the form "IterateRedelegations ..." (golint)
    • Line 454: warning: comment on exported method Keeper.RemoveRedelegation should be of the form "RemoveRedelegation ..." (golint)
    • Line 477: warning: comment on exported method Keeper.GetRedelegationQueueTimeSlice should be of the form "GetRedelegationQueueTimeSlice ..." (golint)
    • Line 493: warning: comment on exported method Keeper.SetRedelegationQueueTimeSlice should be of the form "SetRedelegationQueueTimeSlice ..." (golint)
    • Line 500: warning: comment on exported method Keeper.InsertRedelegationQueue should be of the form "InsertRedelegationQueue ..." (golint)
    • Line 517: warning: comment on exported method Keeper.RedelegationQueueIterator should be of the form "RedelegationQueueIterator ..." (golint)
    • Line 523: warning: comment on exported method Keeper.DequeueAllMatureRedelegationQueue should be of the form "DequeueAllMatureRedelegationQueue ..." (golint)
    • Line 803: warning: comment on exported method Keeper.BeginRedelegation should be of the form "BeginRedelegation ..." (golint)
    • onomy-sdk/x/distribution/keeper/alias_functions.go
    • Line 9: warning: comment on exported method Keeper.GetValidatorOutstandingRewardsCoins should be of the form "GetValidatorOutstandingRewardsCoins ..." (golint)
    • Line 14: warning: comment on exported method Keeper.GetFeePoolCommunityCoins should be of the form "GetFeePoolCommunityCoins ..." (golint)
    • onomy-sdk/store/internal/proofs/helpers.go
    • Line 43: warning: exported const Left should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported function SortedKeys should have comment or be unexported (golint)
    • Line 59: warning: exported function CalcRoot should have comment or be unexported (golint)
    • onomy-sdk/x/auth/vesting/module.go
    • Line 36: warning: comment on exported method AppModuleBasic.RegisterLegacyAminoCodec should be of the form "RegisterLegacyAminoCodec ..." (golint)
    • Line 83: warning: exported function NewAppModule should have comment or be unexported (golint)
    • onomy-sdk/types/utils.go
    • Line 13: warning: comment on exported var DBBackend should be of the form "DBBackend ..." (golint)
    • Line 24: warning: comment on exported function SortJSON should be of the form "SortJSON ..." (golint)
    • Line 69: warning: comment on exported const SortableTimeFormat should be of the form "SortableTimeFormat ..." (golint)
    • Line 72: warning: comment on exported function FormatTimeBytes should be of the form "FormatTimeBytes ..." (golint)
    • Line 77: warning: comment on exported function ParseTimeBytes should be of the form "ParseTimeBytes ..." (golint)
    • Line 98: warning: comment on exported function CopyBytes should be of the form "CopyBytes ..." (golint)
    • onomy-sdk/x/staking/types/querier.go
    • Line 26: warning: comment on exported type QueryDelegatorParams should be of the form "QueryDelegatorParams ..." (with optional leading article) (golint)
    • Line 34: warning: exported function NewQueryDelegatorParams should have comment or be unexported (golint)
    • Line 40: warning: comment on exported type QueryValidatorParams should be of the form "QueryValidatorParams ..." (with optional leading article) (golint)
    • Line 49: warning: exported function NewQueryValidatorParams should have comment or be unexported (golint)
    • Line 57: warning: comment on exported type QueryRedelegationParams should be of the form "QueryRedelegationParams ..." (with optional leading article) (golint)
    • Line 65: warning: exported function NewQueryRedelegationParams should have comment or be unexported (golint)
    • Line 80: warning: exported function NewQueryValidatorsParams should have comment or be unexported (golint)
    • onomy-sdk/store/iavl/store.go
    • Line 136: warning: comment on exported method Store.GetPruning should be of the form "GetPruning ..." (golint)
    • Line 147: warning: comment on exported method Store.GetStoreType should be of the form "GetStoreType ..." (golint)
    • Line 152: warning: comment on exported method Store.CacheWrap should be of the form "CacheWrap ..." (golint)
    • Line 162: warning: comment on exported method Store.Set should be of the form "Set ..." (golint)
    • Line 169: warning: comment on exported method Store.Get should be of the form "Get ..." (golint)
    • Line 176: warning: comment on exported method Store.Has should be of the form "Has ..." (golint)
    • Line 182: warning: comment on exported method Store.Delete should be of the form "Delete ..." (golint)
    • Line 195: warning: comment on exported method Store.Iterator should be of the form "Iterator ..." (golint)
    • Line 209: warning: comment on exported method Store.ReverseIterator should be of the form "ReverseIterator ..." (golint)
    • Line 229: warning: comment on exported method Store.Export should be of the form "Export ..." (golint)
    • onomy-sdk/x/crisis/types/msgs.go
    • Line 20: warning: exported method MsgVerifyInvariant.Route should have comment or be unexported (golint)
    • Line 21: warning: exported method MsgVerifyInvariant.Type should have comment or be unexported (golint)
    • Line 23: warning: comment on exported method MsgVerifyInvariant.GetSigners should be of the form "GetSigners ..." (golint)
    • Line 35: warning: comment on exported method MsgVerifyInvariant.ValidateBasic should be of the form "ValidateBasic ..." (golint)
    • onomy-sdk/types/errors/errors.go
    • Line 209: warning: exported function New should have comment or be unexported (golint)
    • Line 217: warning: exported method Error.ABCICode should have comment or be unexported (golint)
    • Line 221: warning: exported method Error.Codespace should have comment or be unexported (golint)
    • onomy-sdk/types/store.go
    • Line 9: warning: exported type PruningOptions should have comment or be unexported (golint)
    • Line 13: warning: exported type Store should have comment or be unexported (golint)
    • Line 14: warning: exported type Committer should have comment or be unexported (golint)
    • Line 15: warning: exported type CommitStore should have comment or be unexported (golint)
    • Line 16: warning: exported type Queryable should have comment or be unexported (golint)
    • Line 17: warning: exported type MultiStore should have comment or be unexported (golint)
    • Line 18: warning: exported type CacheMultiStore should have comment or be unexported (golint)
    • Line 19: warning: exported type CommitMultiStore should have comment or be unexported (golint)
    • Line 20: warning: exported type MultiStorePersistentCache should have comment or be unexported (golint)
    • Line 21: warning: exported type KVStore should have comment or be unexported (golint)
    • Line 22: warning: exported type Iterator should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function KVStorePrefixIterator should be of the form "KVStorePrefixIterator ..." (golint)
    • Line 34: warning: comment on exported function KVStoreReversePrefixIterator should be of the form "KVStoreReversePrefixIterator ..." (golint)
    • Line 58: warning: exported type CacheKVStore should have comment or be unexported (golint)
    • Line 59: warning: exported type CommitKVStore should have comment or be unexported (golint)
    • Line 60: warning: exported type CacheWrap should have comment or be unexported (golint)
    • Line 61: warning: exported type CacheWrapper should have comment or be unexported (golint)
    • Line 62: warning: exported type CommitID should have comment or be unexported (golint)
    • Line 65: warning: exported type StoreType should have comment or be unexported (golint)
    • Line 68: warning: exported const StoreTypeMulti should have comment (or a comment on this block) or be unexported (golint)
    • Line 76: warning: exported type StoreKey should have comment or be unexported (golint)
    • Line 77: warning: exported type CapabilityKey should have comment or be unexported (golint)
    • Line 78: warning: exported type KVStoreKey should have comment or be unexported (golint)
    • Line 79: warning: exported type TransientStoreKey should have comment or be unexported (golint)
    • Line 80: warning: exported type MemoryStoreKey should have comment or be unexported (golint)
    • Line 100: warning: comment on exported function NewTransientStoreKey should be of the form "NewTransientStoreKey ..." (golint)
    • Line 143: warning: comment on exported type KVPair should be of the form "KVPair ..." (with optional leading article) (golint)
    • Line 155: warning: exported type Gas should have comment or be unexported (golint)
    • Line 156: warning: exported type GasMeter should have comment or be unexported (golint)
    • Line 157: warning: exported type GasConfig should have comment or be unexported (golint)
    • Line 160: warning: exported function NewGasMeter should have comment or be unexported (golint)
    • Line 165: warning: exported type ErrorOutOfGas should have comment or be unexported (golint)
    • Line 166: warning: exported type ErrorGasOverflow should have comment or be unexported (golint)
    • Line 169: warning: exported function NewInfiniteGasMeter should have comment or be unexported (golint)
    • onomy-sdk/x/staking/types/keys.go
    • Line 28: warning: comment on exported var LastValidatorPowerKey should be of the form "LastValidatorPowerKey ..." (golint)
    • Line 31: warning: exported var LastTotalPowerKey should have comment or be unexported (golint)
    • Line 51: warning: comment on exported function GetValidatorKey should be of the form "GetValidatorKey ..." (golint)
    • Line 57: warning: comment on exported function GetValidatorByConsAddrKey should be of the form "GetValidatorByConsAddrKey ..." (golint)
    • Line 63: warning: comment on exported function AddressFromLastValidatorPowerKey should be of the form "AddressFromLastValidatorPowerKey ..." (golint)
    • Line 68: warning: comment on exported function GetValidatorsByPowerIndexKey should be of the form "GetValidatorsByPowerIndexKey ..." (golint)
    • Line 103: warning: comment on exported function GetLastValidatorPowerKey should be of the form "GetLastValidatorPowerKey ..." (golint)
    • Line 108: warning: comment on exported function ParseValidatorPowerRankKey should be of the form "ParseValidatorPowerRankKey ..." (golint)
    • Line 168: warning: comment on exported function GetDelegationKey should be of the form "GetDelegationKey ..." (golint)
    • Line 174: warning: comment on exported function GetDelegationsKey should be of the form "GetDelegationsKey ..." (golint)
    • Line 179: warning: comment on exported function GetUBDKey should be of the form "GetUBDKey ..." (golint)
    • Line 187: warning: comment on exported function GetUBDByValIndexKey should be of the form "GetUBDByValIndexKey ..." (golint)
    • Line 193: warning: comment on exported function GetUBDKeyFromValIndexKey should be of the form "GetUBDKeyFromValIndexKey ..." (golint)
    • Line 206: warning: comment on exported function GetUBDsKey should be of the form "GetUBDsKey ..." (golint)
    • Line 211: warning: comment on exported function GetUBDsByValIndexKey should be of the form "GetUBDsByValIndexKey ..." (golint)
    • Line 216: warning: comment on exported function GetUnbondingDelegationTimeKey should be of the form "GetUnbondingDelegationTimeKey ..." (golint)
    • Line 234: warning: comment on exported function GetREDByValSrcIndexKey should be of the form "GetREDByValSrcIndexKey ..." (golint)
    • Line 249: warning: comment on exported function GetREDByValDstIndexKey should be of the form "GetREDByValDstIndexKey ..." (golint)
    • onomy-sdk/x/crisis/types/route.go
    • Line 7: warning: comment on exported type InvarRoute should be of the form "InvarRoute ..." (with optional leading article) (golint)
    • Line 23: warning: comment on exported method InvarRoute.FullRoute should be of the form "FullRoute ..." (golint)
    • onomy-sdk/baseapp/options.go
    • Line 81: warning: exported method BaseApp.SetName should have comment or be unexported (golint)
    • Line 107: warning: exported method BaseApp.SetDB should have comment or be unexported (golint)
    • Line 115: warning: exported method BaseApp.SetCMS should have comment or be unexported (golint)
    • Line 123: warning: exported method BaseApp.SetInitChainer should have comment or be unexported (golint)
    • Line 131: warning: exported method BaseApp.SetBeginBlocker should have comment or be unexported (golint)
    • Line 139: warning: exported method BaseApp.SetEndBlocker should have comment or be unexported (golint)
    • Line 147: warning: exported method BaseApp.SetAnteHandler should have comment or be unexported (golint)
    • Line 155: warning: exported method BaseApp.SetAddrPeerFilter should have comment or be unexported (golint)
    • Line 163: warning: exported method BaseApp.SetIDPeerFilter should have comment or be unexported (golint)
    • Line 171: warning: exported method BaseApp.SetFauxMerkleMode should have comment or be unexported (golint)
    • onomy-sdk/x/staking/keeper/params.go
    • Line 10: warning: comment on exported method Keeper.UnbondingTime should be of the form "UnbondingTime ..." (golint)
    • Line 42: warning: comment on exported method Keeper.GetParams should be of the form "GetParams ..." (golint)
    • Line 53: warning: comment on exported method Keeper.SetParams should be of the form "SetParams ..." (golint)
    • onomy-sdk/x/distribution/legacy/v036/types.go
    • Line 21: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported type ValidatorAccumulatedCommission should have comment or be unexported (golint)
    • Line 33: warning: exported type ValidatorSlashEventRecord should have comment or be unexported (golint)
    • Line 40: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 65: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • Line 98: warning: comment on exported method CommunityPoolSpendProposal.ProposalRoute should be of the form "ProposalRoute ..." (golint)
    • Line 132: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/types/result.go
    • Line 33: warning: exported method Result.GetEvents should have comment or be unexported (golint)
    • Line 45: warning: exported function NewABCIMessageLog should have comment or be unexported (golint)
    • Line 219: warning: exported function NewSearchTxsResult should have comment or be unexported (golint)
    • onomy-sdk/x/distribution/types/validator.go
    • Line 10: warning: comment on exported function NewValidatorHistoricalRewards should be of the form "NewValidatorHistoricalRewards ..." (golint)
    • Line 18: warning: comment on exported function NewValidatorCurrentRewards should be of the form "NewValidatorCurrentRewards ..." (golint)
    • Line 26: warning: comment on exported function InitialValidatorAccumulatedCommission should be of the form "InitialValidatorAccumulatedCommission ..." (golint)
    • Line 31: warning: comment on exported function NewValidatorSlashEvent should be of the form "NewValidatorSlashEvent ..." (golint)
    • onomy-sdk/crypto/hd/algo.go
    • Line 30: warning: exported type DeriveFn should have comment or be unexported (golint)
    • Line 31: warning: exported type GenerateFn should have comment or be unexported (golint)
    • Line 33: warning: exported type WalletGenerator should have comment or be unexported (golint)
    • onomy-sdk/x/distribution/types/msg.go
    • Line 1: warning: package comment should be of the form "Package types ..." (golint)
    • Line 20: warning: exported function NewMsgSetWithdrawAddress should have comment or be unexported (golint)
    • Line 27: warning: exported method MsgSetWithdrawAddress.Route should have comment or be unexported (golint)
    • Line 28: warning: exported method MsgSetWithdrawAddress.Type should have comment or be unexported (golint)
    • Line 30: warning: comment on exported method MsgSetWithdrawAddress.GetSigners should be of the form "GetSigners ..." (golint)
    • Line 39: warning: comment on exported method MsgSetWithdrawAddress.GetSignBytes should be of the form "GetSignBytes ..." (golint)
    • Line 45: warning: comment on exported method MsgSetWithdrawAddress.ValidateBasic should be of the form "ValidateBasic ..." (golint)
    • Line 57: warning: exported function NewMsgWithdrawDelegatorReward should have comment or be unexported (golint)
    • Line 64: warning: exported method MsgWithdrawDelegatorReward.Route should have comment or be unexported (golint)
    • Line 65: warning: exported method MsgWithdrawDelegatorReward.Type should have comment or be unexported (golint)
    • Line 67: warning: comment on exported method MsgWithdrawDelegatorReward.GetSigners should be of the form "GetSigners ..." (golint)
    • Line 76: warning: comment on exported method MsgWithdrawDelegatorReward.GetSignBytes should be of the form "GetSignBytes ..." (golint)
    • Line 82: warning: comment on exported method MsgWithdrawDelegatorReward.ValidateBasic should be of the form "ValidateBasic ..." (golint)
    • Line 93: warning: exported function NewMsgWithdrawValidatorCommission should have comment or be unexported (golint)
    • Line 99: warning: exported method MsgWithdrawValidatorCommission.Route should have comment or be unexported (golint)
    • Line 100: warning: exported method MsgWithdrawValidatorCommission.Type should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method MsgWithdrawValidatorCommission.GetSigners should be of the form "GetSigners ..." (golint)
    • Line 111: warning: comment on exported method MsgWithdrawValidatorCommission.GetSignBytes should be of the form "GetSignBytes ..." (golint)
    • Line 117: warning: comment on exported method MsgWithdrawValidatorCommission.ValidateBasic should be of the form "ValidateBasic ..." (golint)
    • onomy-sdk/store/mem/store.go
    • Line 25: warning: exported function NewStore should have comment or be unexported (golint)
    • Line 29: warning: exported function NewStoreWithDB should have comment or be unexported (golint)
    • Line 51: warning: exported method Store.SetPruning should have comment or be unexported (golint)
    • Line 57: warning: exported method Store.LastCommitID should have comment or be unexported (golint)
    • onomy-sdk/x/gov/legacy/v034/types.go
    • Line 1: warning: package comment should be of the form "Package v034 ..." (golint)
    • Line 18: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported type ProposalQueue should have comment or be unexported (golint)
    • Line 41: warning: exported type ProposalKind should have comment or be unexported (golint)
    • Line 43: warning: exported type VoteOption should have comment or be unexported (golint)
    • Line 44: warning: exported type ProposalStatus should have comment or be unexported (golint)
    • Line 46: warning: exported type ProposalContent should have comment or be unexported (golint)
    • Line 52: warning: exported type Proposals should have comment or be unexported (golint)
    • Line 54: warning: exported type TextProposal should have comment or be unexported (golint)
    • Line 59: warning: exported type Proposal should have comment or be unexported (golint)
    • Line 75: warning: exported type TallyParams should have comment or be unexported (golint)
    • Line 81: warning: exported type VotingParams should have comment or be unexported (golint)
    • Line 85: warning: exported type TallyResult should have comment or be unexported (golint)
    • Line 92: warning: exported type Deposits should have comment or be unexported (golint)
    • Line 94: warning: exported type Vote should have comment or be unexported (golint)
    • Line 100: warning: exported type Votes should have comment or be unexported (golint)
    • Line 102: warning: exported type DepositParams should have comment or be unexported (golint)
    • Line 107: warning: exported type Deposit should have comment or be unexported (golint)
    • Line 113: warning: exported type DepositWithMetadata should have comment or be unexported (golint)
    • Line 118: warning: exported type VoteWithMetadata should have comment or be unexported (golint)
    • Line 123: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 134: warning: exported method TextProposal.GetTitle should have comment or be unexported (golint)
    • Line 135: warning: exported method TextProposal.GetDescription should have comment or be unexported (golint)
    • Line 136: warning: exported method TextProposal.ProposalType should have comment or be unexported (golint)
    • Line 138: warning: comment on exported function ProposalStatusFromString should be of the form "ProposalStatusFromString ..." (golint)
    • Line 164: warning: exported method ProposalStatus.Marshal should have comment or be unexported (golint)
    • Line 168: warning: exported method ProposalStatus.Unmarshal should have comment or be unexported (golint)
    • Line 173: warning: exported method ProposalStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 177: warning: exported method ProposalStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 215: warning: exported function VoteOptionFromString should have comment or be unexported (golint)
    • Line 234: warning: exported method VoteOption.Marshal should have comment or be unexported (golint)
    • Line 238: warning: exported method VoteOption.Unmarshal should have comment or be unexported (golint)
    • Line 243: warning: exported method VoteOption.MarshalJSON should have comment or be unexported (golint)
    • Line 247: warning: exported method VoteOption.UnmarshalJSON should have comment or be unexported (golint)
    • Line 278: warning: exported function ProposalTypeFromString should have comment or be unexported (golint)
    • Line 289: warning: exported method ProposalKind.Marshal should have comment or be unexported (golint)
    • Line 293: warning: exported method ProposalKind.Unmarshal should have comment or be unexported (golint)
    • Line 298: warning: exported method ProposalKind.MarshalJSON should have comment or be unexported (golint)
    • Line 302: warning: exported method ProposalKind.UnmarshalJSON should have comment or be unexported (golint)
    • Line 328: warning: exported function RegisterLegacyAminoCodec should have comment or be unexported (golint)
    • onomy-sdk/client/rpc/block.go
    • Line 76: warning: comment on exported function GetChainHeight should be of the form "GetChainHeight ..." (golint)
    • Line 92: warning: comment on exported function BlockRequestHandlerFn should be of the form "BlockRequestHandlerFn ..." (golint)
    • Line 124: warning: comment on exported function LatestBlockRequestHandlerFn should be of the form "LatestBlockRequestHandlerFn ..." (golint)
    • onomy-sdk/x/crisis/types/params.go
    • Line 11: warning: comment on exported var ParamStoreKeyConstantFee should be of the form "ParamStoreKeyConstantFee ..." (golint)
    • Line 15: warning: comment on exported function ParamKeyTable should be of the form "ParamKeyTable ..." (golint)
    • onomy-sdk/server/util.go
    • Line 39: warning: comment on exported type Context should be of the form "Context ..." (with optional leading article) (golint)
    • Line 55: warning: exported function NewDefaultContext should have comment or be unexported (golint)
    • Line 63: warning: exported function NewContext should have comment or be unexported (golint)
    • Line 248: warning: comment on exported function AddCommands should be of the form "AddCommands ..." (golint)
    • Line 275: warning: comment on exported function ExternalIP should be of the form "ExternalIP ..." (golint)
    • onomy-sdk/x/auth/ante/basic.go
    • Line 20: warning: exported function NewValidateBasicDecorator should have comment or be unexported (golint)
    • Line 24: warning: exported method ValidateBasicDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 44: warning: exported function NewValidateMemoDecorator should have comment or be unexported (golint)
    • Line 50: warning: exported method ValidateMemoDecorator.AnteHandle should have comment or be unexported (golint)
    • Line 82: warning: exported function NewConsumeGasForTxSizeDecorator should have comment or be unexported (golint)
    • Line 88: warning: exported method ConsumeTxSizeGasDecorator.AnteHandle should have comment or be unexported (golint)
    • onomy-sdk/x/evidence/module.go
    • Line 109: warning: exported method AppModuleBasic.RegisterInterfaces should have comment or be unexported (golint)
    • Line 124: warning: exported function NewAppModule should have comment or be unexported (golint)
    • onomy-sdk/crypto/keys/ed25519/ed25519.go
    • Line 20: warning: exported const PrivKeyName should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: comment on exported const SignatureSize should be of the form "SignatureSize ..." (golint)
    • Line 88: warning: exported method PrivKey.Type should have comment or be unexported (golint)
    • Line 166: warning: exported method PubKey.VerifySignature should have comment or be unexported (golint)
    • Line 179: warning: exported method PubKey.Type should have comment or be unexported (golint)
    • Line 183: warning: exported method PubKey.Equals should have comment or be unexported (golint)
    • onomy-sdk/x/bank/client/cli/query.go
    • Line 17: warning: exported const FlagDenom should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported function GetBalancesCmd should have comment or be unexported (golint)
    • Line 159: warning: exported function GetCmdQueryTotalSupply should have comment or be unexported (golint)
    • onomy-sdk/client/rpc/status.go
    • Line 100: warning: comment on exported function NodeInfoRequestHandlerFn should be of the form "NodeInfoRequestHandlerFn ..." (golint)
    • Line 122: warning: comment on exported function NodeSyncingRequestHandlerFn should be of the form "NodeSyncingRequestHandlerFn ..." (golint)
    • onomy-sdk/x/staking/legacy/v036/types.go
    • Line 1: warning: package comment should be of the form "Package v036 ..." (golint)
    • Line 14: warning: exported const ModuleName should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type Commission should have comment or be unexported (golint)
    • Line 23: warning: exported type CommissionRates should have comment or be unexported (golint)
    • Line 29: warning: exported type Validator should have comment or be unexported (golint)
    • Line 57: warning: exported type Validators should have comment or be unexported (golint)
    • Line 59: warning: exported type GenesisState should have comment or be unexported (golint)
    • Line 71: warning: exported function NewGenesisState should have comment or be unexported (golint)
    • Line 89: warning: exported method Validator.MarshalJSON should have comment or be unexported (golint)
    • Line 110: warning: exported method Validator.UnmarshalJSON should have comment or be unexported (golint)
    • onomy-sdk/store/types/proof.go
    • Line 12: warning: exported const ProofOpIAVLCommitment should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported function NewIavlCommitmentOp should have comment or be unexported (golint)
    • Line 40: warning: exported function NewSimpleMerkleCommitmentOp should have comment or be unexported (golint)
    • Line 78: warning: exported method CommitmentOp.GetKey should have comment or be unexported (golint)
    • onomy-sdk/x/gov/types/proposal.go
    • Line 60: warning: exported method Proposal.ProposalType should have comment or be unexported (golint)
    • Line 68: warning: exported method Proposal.ProposalRoute should have comment or be unexported (golint)
    • Line 76: warning: exported method Proposal.GetTitle should have comment or be unexported (golint)
    • onomy-sdk/x/evidence/types/msgs.go
    • Line 78: warning: exported method MsgSubmitEvidence.GetEvidence should have comment or be unexported (golint)
    • Line 86: warning: exported method MsgSubmitEvidence.GetSubmitter should have comment or be unexported (golint)
    • Line 94: warning: exported method MsgSubmitEvidence.UnpackInterfaces should have comment or be unexported (golint)
    • onomy-sdk/x/genutil/utils.go
    • Line 57: warning: comment on exported function InitializeNodeValidatorFilesFromMnemonic should be of the form "InitializeNodeValidatorFilesFromMnemonic ..." (golint)

gocyclo97%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • onomy-sdk/client/cmd.go
    • Line 186: warning: cyclomatic complexity 21 of function readTxCommandFlags() is high (> 15) (gocyclo)
    • Line 90: warning: cyclomatic complexity 20 of function ReadPersistentCommandFlags() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!