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

Refresh list of disabled linters (due to Go 1.18+ incompatibilities) for golangci-lint v1.47.0 release #676

Closed
atc0005 opened this issue Jul 19, 2022 · 0 comments · Fixed by #678
Assignees
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Jul 19, 2022

The list of compatible/incompatible linters on golangci/golangci-lint#2649 should be reviewed and any linters recently fixed/updated to work with Go 1.18 should be:

  • removed from the explicit disable list
  • added back to the enabled list (if previously & explicitly enabled)

This is because of the SSA update included in the v1.47.0 release.

Refs:

@atc0005 atc0005 added this to the Next Release milestone Jul 19, 2022
@atc0005 atc0005 self-assigned this Jul 19, 2022
atc0005 added a commit that referenced this issue Jul 19, 2022
- remove `disable` block from unstable config file
- remove `disable` block from stable config file

Some linter analyzers are still disabled pending resolution
from upstream projects.

refs GH-676
refs golangci/golangci-lint#2649
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant