Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Request: Support linting with golangci-lint #1694

Closed
atombender opened this issue May 26, 2018 · 3 comments
Closed

Request: Support linting with golangci-lint #1694

atombender opened this issue May 26, 2018 · 3 comments

Comments

@atombender
Copy link

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.

@kentquirk
Copy link
Contributor

Linking to PR #1693

@atombender
Copy link
Author

Awesome!

@ramya-rao-a
Copy link
Contributor

This feature is now out in the latest update to the Go extension (0.6.81)
Change the go.lintTool to start using golangci-lint

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants