-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Suggested Edits from Linters do not get printed #2134
Labels
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
ifaisalalam
added a commit
to ifaisalalam/golangci-lint
that referenced
this issue
Jul 28, 2021
The tool did not print suggested edits by the linter when displaying the issues. If there is suggested edits by the linter, it should be displayed along with the issue. Closes golangci#2134
ifaisalalam
added a commit
to ifaisalalam/golangci-lint
that referenced
this issue
Jul 28, 2021
The tool did not print suggested edits by the linter when displaying the issues. If there is suggested edits by the linter, it should be displayed along with the issue. Closes golangci#2134
ifaisalalam
added a commit
to ifaisalalam/golangci-lint
that referenced
this issue
Jul 28, 2021
The tool did not print suggested edits by the linter when displaying the issues. If there is suggested edits by the linter, it should be displayed along with the issue. Closes golangci#2134
ldez
added
enhancement
New feature or improvement
and removed
bug
Something isn't working
labels
Jul 28, 2021
ifaisalalam
added a commit
to ifaisalalam/golangci-lint
that referenced
this issue
Jul 28, 2021
The tool did not print suggested edits by the linter when displaying the issues. If there is suggested edits by the linter, it should be displayed along with the issue. Closes golangci#2134
ifaisalalam
added a commit
to ifaisalalam/golangci-lint
that referenced
this issue
Jul 29, 2021
The tool did not print suggested edits by the linter when displaying the issues. If there is suggested edits by the linter, it should be displayed along with the issue. Closes golangci#2134
ifaisalalam
added a commit
to Unacademy/golangci-lint
that referenced
this issue
Jul 29, 2021
The tool did not print suggested edits by the linter when displaying the issues. If there is suggested edits by the linter, it should be displayed along with the issue. Closes golangci#2134
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I consider the problem as fixed by #5232 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome
Description of the problem
I have enabled the
fieldalignment
analyzer ingovet
linter.It only prints the message on running
golangci-lint run
and does not print the suggested edit.Actual output:
Expected output:
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: