We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59b4b6 commit 1232c56Copy full SHA for 1232c56
commands/login/login.go
@@ -80,7 +80,7 @@ func run(cmd *cobra.Command, args []string) {
80
81
if passwordEmpty {
82
fmt.Print("Password: ")
83
- pass, err := terminal.ReadPassword(int(syscall.Stdin))
+ pass, err := terminal.ReadPassword(int(syscall.Stdin)) // nolint:unconvert
84
if err != nil {
85
formatter.PrintError(err, "Cannot read password, login aborted.")
86
return
0 commit comments