Skip to content

Commit a955bc5

Browse files
committed
glangci-lint: ignore processStringTable() gocognit
1 parent fb96d60 commit a955bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/stringtables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (p *parser) handleCreateStringTable(tab *msg.CSVCMsg_CreateStringTable) { /
135135
p.eventDispatcher.Dispatch(events.StringTableCreated{TableName: tab.Name})
136136
}
137137

138-
//nolint:funlen
138+
//nolint:funlen,gocognit
139139
func (p *parser) processStringTable(tab *msg.CSVCMsg_CreateStringTable) {
140140
defer func() {
141141
p.setError(recoverFromUnexpectedEOF(recover()))

0 commit comments

Comments
 (0)