2d565d14ed
Globally ignore rule: PSUseShouldProcessForStateChangingFunctions
5 lines
85 B
PowerShell
5 lines
85 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|