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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user