-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Duplicate log output from lintersdb #974
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
Comments
I believe I have tracked the source of the problem to run.go. Basically, right now it loads the linters twice in a row - once with optimization, and once without. golangci-lint/pkg/commands/run.go Lines 286 to 294 in 4958e50
The golangci-lint/pkg/lint/lintersdb/enabled_set.go Lines 79 to 85 in 4958e50
Would it be possible to change this so that rather than calling |
Fixed by #1477 |
Thank you for creating the issue!
Please include the following information:
Version of golangci-lint
Config file
Go environment
Verbose output of running
If you look at the output of
golangci-lint run -v
, you can see that the "Active 11 linters" log appears twice in a row for some reason.The text was updated successfully, but these errors were encountered: