mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-07 13:32:29 +00:00
Technical depth: Adding Go linter to CI (#734)
This commit is contained in:
@@ -96,6 +96,6 @@ func (h *tcpReader) run(wg *sync.WaitGroup) {
|
||||
b := bufio.NewReader(h)
|
||||
err := h.extension.Dissector.Dissect(b, h.isClient, h.tcpID, h.counterPair, h.superTimer, h.parent.superIdentifier, h.emitter, filteringOptions)
|
||||
if err != nil {
|
||||
io.Copy(ioutil.Discard, b)
|
||||
io.Copy(ioutil.Discard, b) //nolint
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user