mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2d565d14ed
Globally ignore rule: PSUseShouldProcessForStateChangingFunctions
5 lines
85 B
PowerShell
5 lines
85 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|