Skip to content

Commit 8817257

Browse files
committed
Fix invalid PSAvoidUsingCmdletAliases rule name in settings
1 parent 9d57d4d commit 8817257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PSScriptAnalyzerSettings.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'PSReservedParams',
1717
'PSShouldProcess',
1818
'PSUseApprovedVerbs',
19-
'PSAvoidUsingAliases',
19+
'PSAvoidUsingCmdletAliases',
2020
'PSUseDeclaredVarsMoreThanAssigments')
2121

2222
# Do not analyze the following rules. Use ExcludeRules when you have

0 commit comments

Comments
 (0)