From 7a0a2c53295d2a5644da8d9c832e20c0df078de2 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Sat, 5 Nov 2016 10:50:25 -0600 Subject: [PATCH] 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. --- examples/PSScriptAnalyzerSettings.psd1 | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/PSScriptAnalyzerSettings.psd1 b/examples/PSScriptAnalyzerSettings.psd1 index 6fea018c7d..044342877a 100644 --- a/examples/PSScriptAnalyzerSettings.psd1 +++ b/examples/PSScriptAnalyzerSettings.psd1 @@ -10,6 +10,7 @@ # Analyze **only** the following rules. Use IncludeRules when you want # to invoke only a small subset of the defualt rules. IncludeRules = @('PSAvoidDefaultValueSwitchParameter', + 'PSMisleadingBacktick', 'PSMissingModuleManifestField', 'PSReservedCmdletChar', 'PSReservedParams',