We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b54a88 commit 337ebaeCopy full SHA for 337ebae
Rules/UseDeclaredVarsMoreThanAssignments.cs
@@ -20,10 +20,10 @@
20
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
21
{
22
/// <summary>
23
- /// UseDeclaredVarsMoreThanAssigments: Analyzes the ast to check that variables are used in more than just their assignment.
+ /// UseDeclaredVarsMoreThanAssignments: Analyzes the ast to check that variables are used in more than just their assignment.
24
/// </summary>
25
[Export(typeof(IScriptRule))]
26
- public class UseDeclaredVarsMoreThanAssigments : IScriptRule
+ public class UseDeclaredVarsMoreThanAssignments : IScriptRule
27
28
29
/// AnalyzeScript: Analyzes the ast to check that variables are used in more than just there assignment.
0 commit comments