Sample/PSScriptAnalyzer/PSScriptAnalyzerSettings.psd1

# ------------------------------------------------------------------
# Lenovo Copyright
#
# (C) Copyright Lenovo 2023 - present.
#
# LIMITED AND RESTRICTED RIGHTS NOTICE:
# If data or software is delivered pursuant a General Services
# Administration (GSA) contract, use, reproduction, or disclosure
# is subject to restrictions set forth in Contract No. GS-35F-05925.
# ------------------------------------------------------------------

@{
    Severity=@('Error','Warning')
    ExcludeRules=@(
                'PSAvoidUsingWriteHost'
                )
}