style: satisfy golangci-lint on the round-6 changes
All checks were successful
check / check (push) Successful in 7m26s

nolintlint: gosec was not firing on the deferred Close.
nonamedreturns + varnamelen in collapseUserModeOps.
This commit is contained in:
user
2026-09-04 05:52:26 +00:00
parent dbdef00e91
commit edbbdc9ca5
2 changed files with 8 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ func (c *Conn) Disconnect(reason string) {
func (c *Conn) notifyKilledAndClose(
nick, host, reason string,
) {
defer c.conn.Close() //nolint:errcheck,gosec
defer c.conn.Close() //nolint:errcheck
c.sendWithin(
killWriteWindow,