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
Similar to unused parameter in closure.
// Triggering { [foo] in _ }() // Non- Triggering { [foo] in foo.bar() }()
Only severity.
Enabled by default, same as unused_closure_parameter.
unused_closure_parameter
The text was updated successfully, but these errors were encountered:
set unused_capture_list in disabled_rules it work for me
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
New Issue Checklist
New rule request
the community thinks about this.
Similar to unused parameter in closure.
Only severity.
See README.md for guidelines on when to mark a rule as opt-in.
Enabled by default, same as
unused_closure_parameter
.The text was updated successfully, but these errors were encountered: