We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per Go 1.22 (tip.golang.org/doc/go1.22), reinitialize loop (range) variable is no longer needed. https://github.com/kunwardeep/paralleltest has merged PR to add setting ignoreloopVar to ignore this check. But the setting is not yet available from golangci-lint setting (see: https://github.com/golangci/golangci-lint/blob/master/jsonschema/golangci.jsonschema.json#L2143).
ignoreloopVar
Support paralleltest ignoreloopVar setting
paralleltest
N/A
No response
The text was updated successfully, but these errors were encountered:
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.
Sorry, something went wrong.
duplicate of #4405
No branches or pull requests
Your feature request related to a problem? Please describe.
Per Go 1.22 (tip.golang.org/doc/go1.22), reinitialize loop (range) variable is no longer needed. https://github.com/kunwardeep/paralleltest has merged PR to add setting
ignoreloopVar
to ignore this check. But the setting is not yet available from golangci-lint setting (see: https://github.com/golangci/golangci-lint/blob/master/jsonschema/golangci.jsonschema.json#L2143).Describe the solution you'd like.
Support
paralleltest
ignoreloopVar
settingDescribe alternatives you've considered.
N/A
Additional context.
No response
The text was updated successfully, but these errors were encountered: