Skip to content

WIP ReviewUnusedParameter: 搜索 through child scope - #1489

Draft
Christoph Bergmeister (bergmeister) wants to merge 1 commit into
PowerShell:mainfrom
bergmeister:ReviewUnusedParam-Scope
Draft

WIP ReviewUnusedParameter: 搜索 through child scope#1489
Christoph Bergmeister (bergmeister) wants to merge 1 commit into
PowerShell:mainfrom
bergmeister:ReviewUnusedParam-Scope

Conversation

@bergmeister

Copy link
Copy Markdown
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 Christoph Bergmeister (bergmeister) changed the title ReviewunusedParameter: 搜索 through child scope WIP ReviewUnusedParameter: 搜索 through child scope May 7, 2020
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

ReviewUnusedParameter does not capture parameter usage within a scriptblock

1 participant