Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 9, 2024
1 parent b99b5bf commit 4ee6165
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ linters:
- unconvert
- unused

excludes:
gosec:
- G115
issues:
exclude-use-default: false
exclude:
Expand All @@ -71,4 +74,4 @@ linters-settings:
severity: warning
disabled: true
errcheck:
check-type-assertions: true
check-type-assertions: true
1 change: 0 additions & 1 deletion block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,4 @@ func (m *Manager) freezeNode(ctx context.Context, err error) {
if m.RunMode == RunModeFullNode {
m.unsubscribeFullNodeEvents(ctx)
}

}
1 change: 1 addition & 0 deletions block/modes.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package block
import (
"context"
"fmt"

"github.com/dymensionxyz/dymint/types"

"github.com/dymensionxyz/dymint/p2p"
Expand Down

0 comments on commit 4ee6165

Please sign in to comment.