mirror of
https://github.com/pion/stun.git
synced 2025-10-25 08:40:26 +08:00
Harmonize nolint directives
This commit is contained in:
@@ -131,6 +131,7 @@ const (
|
||||
CodePeerAddrFamilyMismatch ErrorCode = 443 // Peer Address Family Mismatch
|
||||
)
|
||||
|
||||
//nolint:gocheckglobals
|
||||
var errorReasons = map[ErrorCode][]byte{
|
||||
CodeTryAlternate: []byte("Try Alternate"),
|
||||
CodeBadRequest: []byte("Bad Request"),
|
||||
|
||||
Reference in New Issue
Block a user