PowerShell / PowerShell/PSScriptAnalyzer

Warn on Undeclared Variable

未关闭
#483 19 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
C#
星标
2.2k
派生
414
平均合并
13 小时 1 分钟
30 天内合并 PR
2

描述

There is currently a rule that warns when I have assigned a variable but haven't called it (UseDeclaredVarsMoreThanAssignments), however, there doesn't appear to be a rule that warns me if I have used a variable that hasn't been assigned.

Is this a possibility? I can definitely see there would be some challenges around implementing it correctly, but this would be a useful warning.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先阅读现有的 UseDeclaredVarsMoreThanAssignments 规则及其周围的 PSScriptAnalyzer 规则实现,以了解变量使用是如何分析的。确定对在赋值前使用的变量应如何处理,然后定义覆盖受支持情况的测试。当分析器报告未声明变量的使用,且不会错误地标记有效脚本时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, powershell
领域
tooling
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。