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 #658

Closed
atc0005 opened this issue Jun 19, 2022 · 0 comments · Fixed by #660
Closed

Refresh list of disabled linters due to Go 1.18+ incompatibilities #658

atc0005 opened this issue Jun 19, 2022 · 0 comments · Fixed by #660
Assignees
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Jun 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)

Refs:

@atc0005 atc0005 added this to the Next Release milestone Jun 19, 2022
@atc0005 atc0005 self-assigned this Jun 19, 2022
atc0005 added a commit that referenced this issue Jun 19, 2022
Remove from disabled list:

- `gosimple`
- `stylecheck`
- `unused`

Return to explicitly enabled list:

- `stylecheck`

refs GH-658
atc0005 added a commit that referenced this issue Jun 19, 2022
Remove from disabled list:

- `gosimple`
- `stylecheck`
- `unused`

Return to explicitly enabled list:

- `stylecheck`

refs GH-658
atc0005 added a commit that referenced this issue Jun 20, 2022
As part of promoting the versions of Go used in each image
type the linters enabled for the unstable image were ported
as-is to the stable container.

This commit reverts the unintended changes restoring the
original list of linters used by the unstable image.

Specifically:

- errcheck
- gochecknoglobals
- gocognit
- gocyclo
- goerr113

refs GH-557
refs GH-656
refs GH-658
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