From aa4cb5c562c9ed911cea8a8bc6c8b5b2c807a2a9 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Sat, 10 Mar 2018 16:45:39 +0800 Subject: [PATCH] Fix a typo in PSScriptAnalyzerSettings.psd1 --- examples/PSScriptAnalyzerSettings.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PSScriptAnalyzerSettings.psd1 b/examples/PSScriptAnalyzerSettings.psd1 index 39048e74c2..2834ae976c 100644 --- a/examples/PSScriptAnalyzerSettings.psd1 +++ b/examples/PSScriptAnalyzerSettings.psd1 @@ -17,7 +17,7 @@ 'PSShouldProcess', 'PSUseApprovedVerbs', 'PSAvoidUsingCmdletAliases', - 'PSUseDeclaredVarsMoreThanAssigments') + 'PSUseDeclaredVarsMoreThanAssignments') # Do not analyze the following rules. Use ExcludeRules when you have # commented out the IncludeRules settings above and want to include all