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
In the meantime, is there a way to make golangci-lint skip whatever file(s) use gock? I tried skip_file but that is no use since it does the linting, just skips the results. I tried //nolint but that seems to do nothing whatsoever.
I copied the example from the
README
and tried to rungolangci-lint
on it. This is what I got:Am I doing something wrong? If so, what? If not, is that a bug? …
The text was updated successfully, but these errors were encountered: