From d2b98ab730e792c05182d3aea97a4132149019e7 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 9 Dec 2023 17:32:50 +0100 Subject: [PATCH] Cleaning up linting workflow warnings --- lint/linterconfig.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lint/linterconfig.ps1 b/lint/linterconfig.ps1 index f7de953..d3a096e 100644 --- a/lint/linterconfig.ps1 +++ b/lint/linterconfig.ps1 @@ -22,5 +22,6 @@ # Note: if a rule is in both IncludeRules and ExcludeRules, the rule # will be excluded. ExcludeRules = @('PSAvoidUsingWriteHost', - 'PSAvoidGlobalVars') + 'PSAvoidGlobalVars', + 'PSAvoidUsingInvokeExpression') }