We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8667d80 + 7a0a2c5 commit ecd43f0Copy full SHA for ecd43f0
examples/PSScriptAnalyzerSettings.psd1
@@ -10,6 +10,7 @@
10
# Analyze **only** the following rules. Use IncludeRules when you want
11
# to invoke only a small subset of the defualt rules.
12
IncludeRules = @('PSAvoidDefaultValueSwitchParameter',
13
+ 'PSMisleadingBacktick',
14
'PSMissingModuleManifestField',
15
'PSReservedCmdletChar',
16
'PSReservedParams',
0 commit comments