Skip to content

Commit 847aa72

Browse files
authored
Merge pull request #994 from ydb-platform/tagliatelle
tagliatelle enabled
2 parents 0f5dc78 + 4101aa7 commit 847aa72

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ linters:
247247
- protogetter
248248
- scopelint
249249
- structcheck
250-
- tagliatelle
251250
- testableexamples
252251
- testifylint
253252
- testpackage

examples/topic/topicreader/topicreader_simple.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func ReadMessagesByBatch(ctx context.Context, reader *topicreader.Reader) {
3333

3434
// UnmarshalMessageContentToJSONStruct is example for effective way for unmarshal json message content to value
3535
func UnmarshalMessageContentToJSONStruct(msg *topicreader.Message) {
36+
//nolint:tagliatelle
3637
type S struct {
3738
MyField int `json:"my_field"`
3839
}

0 commit comments

Comments
 (0)