Skip to content

Commit 4a7078c

Browse files
committed
Add the PSAvoidUsingAliases rule back to example PSSA configuration
This change adds the PSAvoidUsingAliases rule back to our example PSScriptAnalyzer configuration file so that it can be used for example and testing purposes.
1 parent 68321a0 commit 4a7078c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/PSScriptAnalyzerSettings.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'PSReservedParams',
1717
'PSShouldProcess',
1818
'PSUseApprovedVerbs',
19+
'PSAvoidUsingAliases',
1920
'PSUseDeclaredVarsMoreThanAssigments')
2021

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

0 commit comments

Comments
 (0)