mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-14 20:07:38 +00:00
5 lines
85 B
PowerShell
5 lines
85 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|