chore: update golangci-lint config (#810)

Disable nlreturn. Fix one comment.
This commit is contained in:
Marc Vertes
2020-08-12 17:46:28 +02:00
committed by GitHub
parent 1fe75f149d
commit e71ddc7edd
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
"goerr113",
"nestif",
"exhaustive",
"nlreturn",
]
[issues]

View File

@@ -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
)