Skip to content

all: ignore most warnings from errcheck

Administrator requested to merge core/more-errcheck into master

Created by: keegancsmith

These are mostly calls to Write that we can't do anything with if they fail. Logging the failures is usually noisy since the most common reason for failure is the client has gone away. This just marks us ignoring the error as explicit.

Merge request reports

Loading