Skip to content

Commit

Permalink
Cleaning up linting workflow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoColomb0 authored Dec 9, 2023
1 parent e6dff79 commit d2b98ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lint/linterconfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
# Note: if a rule is in both IncludeRules and ExcludeRules, the rule
# will be excluded.
ExcludeRules = @('PSAvoidUsingWriteHost',
'PSAvoidGlobalVars')
'PSAvoidGlobalVars',
'PSAvoidUsingInvokeExpression')
}

0 comments on commit d2b98ab

Please sign in to comment.