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
Fixes:
pkg/errmetrics/err_msg_windows_test.go:16:2 testifylint bool-compare: use assert.True
pkg/errmetrics/err_msg_windows_test.go:19:2 testifylint bool-compare: use assert.True
pkg/ktime/ktime_windows_test.go:16:2 testifylint negative-positive: use assert.Positive
pkg/ktime/ktime_windows_test.go:27:2 testifylint negative-positive: use assert.Positive
pkg/ktime/ktime_windows_test.go:32:2 testifylint expected-actual: need to reverse actual and expected values
pkg/reader/proc/proc_windows_test.go:21:2 testifylint error-nil: use assert.NoError
pkg/reader/proc/proc_windows_test.go:31:2 testifylint error-nil: use assert.NoError
pkg/reader/proc/proc_windows_test.go:36:2 testifylint error-nil: use assert.NoError
pkg/reader/proc/proc_windows_test.go:41:2 testifylint error-nil: use assert.NoError
pkg/reader/proc/proc_windows_test.go:46:2 testifylint error-nil: use assert.NoError
pkg/reader/proc/proc_windows_test.go:21:2 testifylint require-error: for error assertions use require
pkg/reader/proc/proc_windows_test.go:31:2 testifylint require-error: for error assertions use require
pkg/reader/proc/proc_windows_test.go:36:2 testifylint require-error: for error assertions use require
pkg/reader/proc/proc_windows_test.go:41:2 testifylint require-error: for error assertions use require
pkg/reader/proc/proc_windows_test.go:46:2 testifylint require-error: for error assertions use require
Signed-off-by: Mahe Tardy <[email protected]>
0 commit comments