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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
golangci-lint is a new linter that refactors a bunch of gometalinter's supported linters into a single tool and codebase:
GolangCI-Lint is a linters aggregator. It's fast: on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has minimum number of false positives.
Considering that many of gometalinter's linters are unusable within VSCode because they're too slow, and thus have to be run separately as part of CI, I think this would be an important feature.
The text was updated successfully, but these errors were encountered:
golangci-lint is a new linter that refactors a bunch of gometalinter's supported linters into a single tool and codebase:
Considering that many of gometalinter's linters are unusable within VSCode because they're too slow, and thus have to be run separately as part of CI, I think this would be an important feature.
The text was updated successfully, but these errors were encountered: