add nolint to pb.go files

This commit is contained in:
Sunny Aggarwal 2021-04-07 20:07:52 -04:00
parent 04e483dd69
commit 8cf5fe0b9b
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,7 @@
// Package v040 is taken from:
// https://github.com/cosmos/cosmos-sdk/blob/v0.40.1/x/staking/types/genesis.pb.go
// by copy-pasted only the relevants parts for Genesis.
//nolint
// nolint
package v040
import (

View File

@ -1,7 +1,6 @@
// Package v040 is taken from:
// https://github.com/cosmos/cosmos-sdk/blob/v0.40.1/x/staking/types/staking.pb.go
//nolint
// nolint
package v040
import (