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
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: [e.g. Linux]
Terminal [e.g. kitty, iterm2, gnome-terminal]
Version [e.g. v0.4.0]
Additional context
Add any other context about the problem here.
I create a linter to detect code that returns a non-relevant nilness error bug. I checked the top 1000 GitHub Go repositories and found this, all result listed in alingse/sundrylint#4
The text was updated successfully, but these errors were encountered:
Describe the bug
https://github.com/charmbracelet/soft-serve/blob/main/pkg/web/git.go#L472
code in here should return a new err
the
err
is nil , but here need return a new errsee golang
io.Copy
implement herehttps://github.com/golang/go/blob/master/src/io/io.go#L431-L445
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
I create a linter to detect code that returns a non-relevant nilness error bug. I checked the top 1000 GitHub Go repositories and found this, all result listed in alingse/sundrylint#4
The text was updated successfully, but these errors were encountered: