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
Can we please get a more typical linter command line interface?
Most Go linters don't have to be wrapped in which (breaking native Windows support) or $(...) (breaking csh support) or go vet. It's a lot of extraneous, fragile, nonportable typing compared to a more conventional bodyclose <directory> interface.
The text was updated successfully, but these errors were encountered:
Can we please get a more typical linter command line interface?
Most Go linters don't have to be wrapped in
which
(breaking native Windows support) or$(...)
(breaking csh support) orgo vet
. It's a lot of extraneous, fragile, nonportable typing compared to a more conventionalbodyclose <directory>
interface.The text was updated successfully, but these errors were encountered: