Skip to content

Commit 85f871b

Browse files
authored
ci: only skip unused linter (#1284)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7b8ced5 commit 85f871b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ledger/common/gov.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ type ProposalProcedure interface {
139139

140140
type ProposalProcedureBase struct{}
141141

142-
//nolint:all
142+
//nolint:unused
143143
func (ProposalProcedureBase) isProposalProcedure() {}
144144

145145
const (
@@ -159,7 +159,7 @@ type GovAction interface {
159159

160160
type GovActionBase struct{}
161161

162-
//nolint:all
162+
//nolint:unused
163163
func (GovActionBase) isGovAction() {}
164164

165165
type HardForkInitiationGovAction struct {

0 commit comments

Comments
 (0)