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

Rule Request: unused value in capture group #2715

Closed
2 tasks done
marcelofabri opened this issue Apr 11, 2019 · 1 comment · Fixed by #2719
Closed
2 tasks done

Rule Request: unused value in capture group #2715

marcelofabri opened this issue Apr 11, 2019 · 1 comment · Fixed by #2719
Labels
rule-request Requests for a new rules.

Comments

@marcelofabri
Copy link
Collaborator

New Issue Checklist

New rule request

  1. Why should this rule be added? Share links to existing discussion about what
    the community thinks about this.

Similar to unused parameter in closure.

  1. Provide several examples of what would and wouldn't trigger violations.
// Triggering
{ [foo] in _ }()

// Non- Triggering
{ [foo] in foo.bar() }()
  1. Should the rule be configurable, if so what parameters should be configurable?

Only severity.

  1. Should the rule be opt-in or enabled by default? Why?
    See README.md for guidelines on when to mark a rule as opt-in.

Enabled by default, same as unused_closure_parameter.

@AngryBaby
Copy link

AngryBaby commented Dec 24, 2019

set unused_capture_list in disabled_rules
it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule-request Requests for a new rules.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants