mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add the unparam linter
This commit is contained in:
parent
c8aed2861f
commit
ab2b26a5cb
25 changed files with 45 additions and 48 deletions
|
@ -12,6 +12,7 @@ import (
|
|||
)
|
||||
|
||||
// on the CIs, the timing is a lot less precise, so scale every duration by this factor
|
||||
//nolint:unparam
|
||||
func scaleDuration(t time.Duration) time.Duration {
|
||||
scaleFactor := 1
|
||||
if f, err := strconv.Atoi(os.Getenv("TIMESCALE_FACTOR")); err == nil { // parsing "" errors, so this works fine if the env is not set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue