From b7ce258f906fcf8a9e3c5cd09d1f628777049cbf Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:50:30 -0400 Subject: [PATCH] Delete GitHub/workspace/PSScriptAnalyzerSettings.psd1 --- GitHub/workspace/PSScriptAnalyzerSettings.psd1 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 GitHub/workspace/PSScriptAnalyzerSettings.psd1 diff --git a/GitHub/workspace/PSScriptAnalyzerSettings.psd1 b/GitHub/workspace/PSScriptAnalyzerSettings.psd1 deleted file mode 100644 index 6a542f3..0000000 --- a/GitHub/workspace/PSScriptAnalyzerSettings.psd1 +++ /dev/null @@ -1,9 +0,0 @@ -# PSScriptAnalyzerSettings.psd1 -@{ - Severity = @('Error', 'Warning', 'Information') - ExcludeRules = @( - 'PSUseSingularNouns', - 'PSUseShouldProcessForStateChangingFunctions', - 'PSUseOutputTypeCorrectly' - ) -}