Harmonize nolint directives

This commit is contained in:
Steffen Vogel
2023-04-12 09:50:14 +02:00
parent 2151fd82cc
commit 7c533756a6
32 changed files with 157 additions and 153 deletions

View File

@@ -3,7 +3,8 @@ package stun
import "errors"
// DecodeErr records an error and place when it is occurred.
// nolint:errname
//
//nolint:errname
type DecodeErr struct {
Place DecodeErrPlace
Message string