Skip to content

Commit

Permalink
Merge pull request #994 from ydb-platform/tagliatelle
Browse files Browse the repository at this point in the history
tagliatelle enabled
  • Loading branch information
asmyasnikov authored Dec 31, 2023
2 parents 0f5dc78 + 4101aa7 commit 847aa72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ linters:
- protogetter
- scopelint
- structcheck
- tagliatelle
- testableexamples
- testifylint
- testpackage
Expand Down
1 change: 1 addition & 0 deletions examples/topic/topicreader/topicreader_simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func ReadMessagesByBatch(ctx context.Context, reader *topicreader.Reader) {

// UnmarshalMessageContentToJSONStruct is example for effective way for unmarshal json message content to value
func UnmarshalMessageContentToJSONStruct(msg *topicreader.Message) {
//nolint:tagliatelle
type S struct {
MyField int `json:"my_field"`
}
Expand Down

0 comments on commit 847aa72

Please sign in to comment.