mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 09:54:19 +00:00
lint: enable nolintlinter, disable on tests
## Description - enable nolintlint - disable linting on tests Closes: #XXX
This commit is contained in:
@@ -213,7 +213,6 @@ func TestSnapshotPool_Reject(t *testing.T) {
|
||||
assert.True(t, added)
|
||||
}
|
||||
|
||||
// nolint: dupl
|
||||
func TestSnapshotPool_RejectFormat(t *testing.T) {
|
||||
stateProvider := &mocks.StateProvider{}
|
||||
stateProvider.On("AppHash", mock.Anything).Return([]byte("app_hash"), nil)
|
||||
|
||||
Reference in New Issue
Block a user