Skip to content

Commit ecd43f0

Browse files
authored
Merge pull request #339 from rkeithhill/rkeithhill/add-misleadingbacktick-rule
Add PSMisleadingBacktick to PSSA settings file.
2 parents 8667d80 + 7a0a2c5 commit ecd43f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/PSScriptAnalyzerSettings.psd1

+1
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)