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 3e546a4 commit 1a59705Copy full SHA for 1a59705
1 file changed
docs/Rules/AvoidDynamicallyCreatingVariableNames.md
@@ -60,7 +60,7 @@ $Script:My.Two # returns 2
60
61
```powershell
62
Rules = @{
63
- PSAvoidExclaimOperator = @{
+ PSAvoidDynamicallyCreatingVariableNames = @{
64
Enable = $true
65
}
66
0 commit comments