DirectXTex/.github/linters/.powershell-psscriptanalyzer.psd1
2025-06-02 17:49:20 -07:00

6 lines
115 B
PowerShell

# PSScriptAnalyzerSettings.psd1
@{
Severity=@('Error','Warning')
ExcludeRules=@('PSAvoidUsingWriteHost')
}