Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
tcs.core
0.1.7
Private/Tests/PSScriptAnalyzerSettings.psd1
@{
# Limit tests to Warning or Error
Severity
=
@(
'Error'
,
'Warning'
)
# Exclude the following rule(s) ( Separated by a comma)
ExcludeRules
=
@(
'PSAvoidUsingInvokeExpression'
)
}