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

WIP ReviewUnusedParameter: Search through child scope #1489

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bergmeister
Copy link
Collaborator

PR Summary

Fixes #1472

This is WIP as at the moment, using a parameter in another function would yield a false negative.
An alternative implementation would be to allow only specific child scopes like e.g. the ones from ForEach-Object/Where-Object. I still have to figure out what would be better/easier

PR Checklist

@bergmeister bergmeister changed the title ReviewunusedParameter: Search through child scope WIP ReviewUnusedParameter: Search through child scope May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReviewUnusedParameter does not capture parameter usage within a scriptblock
1 participant