Skip to content

Commit 14887df

Browse files
committed
fix: remove nolint comment
1 parent c8dccbf commit 14887df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/topic/topicreaderinternal/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
var errMessageWasReadEarly = xerrors.Wrap(errors.New("ydb: message was read early"))
1717

1818
// ErrPublicUnexpectedCodec return when try to read message content with unknown codec
19-
var ErrPublicUnexpectedCodec = errors.New("unexpected codec") //nolint:revive,stylecheck
19+
var ErrPublicUnexpectedCodec = errors.New("unexpected codec")
2020

2121
// PublicMessage is representation of topic message
2222
type PublicMessage struct {

0 commit comments

Comments
 (0)