Skip to content

Commit 7a0a2c5

Browse files
committed
Add PSMisleadingBacktick to PSSA settings file.
This is to keep the PSSA settings file in sync with the default rules enabled in PSES. This helps the user know what the "defaults" are.
1 parent bba2461 commit 7a0a2c5

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
@@ -10,6 +10,7 @@
1010
# Analyze **only** the following rules. Use IncludeRules when you want
1111
# to invoke only a small subset of the defualt rules.
1212
IncludeRules = @('PSAvoidDefaultValueSwitchParameter',
13+
'PSMisleadingBacktick',
1314
'PSMissingModuleManifestField',
1415
'PSReservedCmdletChar',
1516
'PSReservedParams',

0 commit comments

Comments
 (0)