mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-19 08:36:28 +03:00
Lint in CI
This commit is contained in:
@@ -110,7 +110,7 @@ func (t *TableMailboxes) MailboxList(onlySubscribed bool) ([]string, error) {
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("t.listMailboxes.Query: %w", err)
|
||||
}
|
||||
defer rows.Close()
|
||||
defer rows.Close() // nolint:errcheck
|
||||
var mailboxes []string
|
||||
for rows.Next() {
|
||||
var mailbox string
|
||||
|
||||
Reference in New Issue
Block a user