From 1cb3ac0d2b1ab2e29ab7aba99bd1ce7775b240b8 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 28 Jul 2021 22:34:34 +0200 Subject: [PATCH] Deploy(.ps1): Remove PSSA warning unused variable false positive (it is used for ParameterSet...) --- deploy.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.ps1 b/deploy.ps1 index 744049a..cb01f34 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -38,6 +38,7 @@ #> [CmdletBinding(DefaultParameterSetName = 'IncreaseVersion')] [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingWriteHost", "")] +[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "")] param ( [Parameter(ParameterSetName = 'SkipVersion')]