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
internal\syncerror\known_sync_error_windows.go:27:9: comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
return err == windows.ERROR_INVALID_HANDLE
Interesting, didn't know golangci-lint doesn't check go files for Windows when ran on unix systems (ci).
Interesting, didn't know golangci-lint doesn't check go files for Windows when ran on unix systems (ci).
Originally posted by @scorpionknifes in #448 (comment)
The text was updated successfully, but these errors were encountered: