fix: updates for new linter rules. Closes #3277
This commit is contained in:
@@ -33,7 +33,7 @@ const (
|
||||
// ChatActionSent is a generic chat action that can be used for anything that doesn't need specific handling or formatting.
|
||||
ChatActionSent EventType = "CHAT_ACTION"
|
||||
// ErrorNeedsRegistration is an error returned when the client needs to perform registration.
|
||||
ErrorNeedsRegistration EventType = "ERROR_NEEDS_REGISTRATION"
|
||||
ErrorNeedsRegistration EventType = "ERROR_NEEDS_REGISTRATION" // nolint:gosec
|
||||
// ErrorMaxConnectionsExceeded is an error returned when the server determined it should not handle more connections.
|
||||
ErrorMaxConnectionsExceeded EventType = "ERROR_MAX_CONNECTIONS_EXCEEDED"
|
||||
// ErrorUserDisabled is an error returned when the connecting user has been previously banned/disabled.
|
||||
|
||||
Reference in New Issue
Block a user