mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
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