Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A --fast flag? #60

Closed
frederikhors opened this issue Feb 6, 2021 · 1 comment
Closed

A --fast flag? #60

frederikhors opened this issue Feb 6, 2021 · 1 comment

Comments

@frederikhors
Copy link

For VSCode this page says:

Using it in an editor without --fast can freeze your editor.

Is there something for this plugin in Goland?

My Goland trembles every time I inspect the code.

@xxpxxxxp
Copy link
Owner

xxpxxxxp commented Feb 7, 2021

There's always a cost to run the linter, I'm trying best to minimize it, while it's inevitable.

fast flag only excludes unused linter which performs cross-module check, it can be easily set with a config file (https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml)
It's not in suggested linter set, while I can't blame if one really needs it. It's totally up to user's choice.

@xxpxxxxp xxpxxxxp closed this as completed Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants