chore: update golangci-lint config (#810)
Disable nlreturn. Fix one comment.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"goerr113",
|
||||
"nestif",
|
||||
"exhaustive",
|
||||
"nlreturn",
|
||||
]
|
||||
|
||||
[issues]
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// CITimeoutMultiplier is the multiplier for all timeouts in the CI
|
||||
// CITimeoutMultiplier is the multiplier for all timeouts in the CI.
|
||||
CITimeoutMultiplier = 3
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user