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 cbece4a commit e442fb8Copy full SHA for e442fb8
src/PowerShellEditorServices/Analysis/AnalysisService.cs
@@ -55,7 +55,7 @@ private bool hasScriptAnalyzerModule
55
"PSShouldProcess",
56
"PSMissingModuleManifestField",
57
"PSAvoidDefaultValueSwitchParameter",
58
- "PSUseDeclaredVarsMoreThanAssigments"
+ "PSUseDeclaredVarsMoreThanAssignments"
59
};
60
61
#endregion // Private Fields
0 commit comments