mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
5 lines
85 B
PowerShell
5 lines
85 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|