mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
chore: update golangci-lint to 1.61.0.
This commit is contained in:
@ -31,7 +31,7 @@ type CoolDownProvider interface {
|
||||
Reset()
|
||||
}
|
||||
|
||||
func jitter(max int) time.Duration {
|
||||
func jitter(max int) time.Duration { //nolint:predeclared
|
||||
return time.Duration(rand.Intn(max)) * time.Second //nolint:gosec
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user