lint: migrate to review-dog (#5955)
golangci is being deprecated in April 15th. Remove riot and add sims badge.
This commit is contained in:
@@ -151,7 +151,7 @@ func TestContextWithCustom(t *testing.T) {
|
||||
require.Equal(t, cp, ctx.WithConsensusParams(cp).ConsensusParams())
|
||||
|
||||
// test inner context
|
||||
newContext := context.WithValue(ctx.Context(), "key", "value")
|
||||
newContext := context.WithValue(ctx.Context(), "key", "value") //nolint:golint
|
||||
require.NotEqual(t, ctx.Context(), ctx.WithContext(newContext).Context())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user