🐛 Force logout of sessions in case of errors #888
Annotations
10 errors
lint:
pkg/session/session.go#L266
Error return value of `c.Logout` is not checked (errcheck)
|
lint:
pkg/session/session.go#L296
Error return value of `rc.Logout` is not checked (errcheck)
|
lint:
pkg/session/session.go#L210
uncheckedInlineErr: errLogout error is unchecked, maybe intended to check it instead of err (gocritic)
|
lint:
pkg/session/session.go#L223
uncheckedInlineErr: errLogout error is unchecked, maybe intended to check it instead of err (gocritic)
|
lint:
pkg/session/session.go#L226
uncheckedInlineErr: errLogout error is unchecked, maybe intended to check it instead of err (gocritic)
|
lint:
pkg/session/session.go#L266
Error return value of `c.Logout` is not checked (errcheck)
|
lint:
pkg/session/session.go#L296
Error return value of `rc.Logout` is not checked (errcheck)
|
lint:
pkg/session/session.go#L210
uncheckedInlineErr: errLogout error is unchecked, maybe intended to check it instead of err (gocritic)
|
lint:
pkg/session/session.go#L223
uncheckedInlineErr: errLogout error is unchecked, maybe intended to check it instead of err (gocritic)
|
lint:
pkg/session/session.go#L226
uncheckedInlineErr: errLogout error is unchecked, maybe intended to check it instead of err (gocritic)
|