You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed error's suppression in check.yaml.
Suppressed the highlighting of errorcheck in all methods,
having encodeXxx inside. For now these methods are not able to
return any error cause of internal implementation of writer
interface. For future, if the implementation of writer
will be changed, and we will have to check errors, we must think
about how to say to compiler that the error check is 'unlikely'.
Fixed the use of time package API, all places with calls of
time.Now().Sub(). Now time package propose the explicit time.Until().
Replaced some calls of Errorf() with Fatalf() in tests. That change
prevents nil dereferences below in the code.
Suppressed the highlighting of all unused constants and functions.
Fixed calling of Fatalf from non-testing goroutine in queue tests.
It is not a valid way to stop test from another goroutine.
Relates to #142
0 commit comments