Bump golangci-linter to 1.62.2 (#772)

* Bump golangci-linter to 1.62.2
* Address linting warning via change or ignore
This commit is contained in:
Dan Sosedoff
2025-11-11 11:26:49 -08:00
committed by GitHub
parent 70f62feec8
commit 4ce11c039e
4 changed files with 7 additions and 5 deletions

View File

@@ -178,7 +178,7 @@ func lookupPassword(opts command.Options, url *neturl.URL) string {
if url != nil {
var dbName string
fmt.Sscanf(url.Path, "/%s", &dbName)
fmt.Sscanf(url.Path, "/%s", &dbName) //nolint
return passfile.FindPassword(
url.Hostname(),