forked from Silverfish/proton-bridge
Other: add straightforward linters
This commit is contained in:
@ -89,7 +89,7 @@ func TestParallelErrorInProcess(t *testing.T) {
|
||||
return value, nil
|
||||
}
|
||||
collect := func(idx int, value interface{}) error {
|
||||
lastCollected = value.(int)
|
||||
lastCollected = value.(int) //nolint[forcetypeassert]
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user