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
fs2: ignore staticcheck QF1001 De Morgan law warning
Ignore this:
> fs2/memory.go:57:7: QF1001: could apply De Morgan's law (staticcheck)
> if !(errors.Is(err, os.ErrNotExist) && (swapStr == "max" || swapStr == "0")) {
> ^
Because it its current form, the if condition corresponds to the
preceding comment.
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments