mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 03:30:13 +02:00
6 lines
115 B
PowerShell
6 lines
115 B
PowerShell
# PSScriptAnalyzerSettings.psd1
|
|
@{
|
|
Severity=@('Error','Warning')
|
|
ExcludeRules=@('PSAvoidUsingWriteHost')
|
|
}
|