community.general/test/sanity/pslint/settings.psd1

6 lines
85 B
PowerShell
Raw Normal View History

@{
ExcludeRules=@(
'PSUseShouldProcessForStateChangingFunctions'
)
}