mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
6 lines
134 B
PowerShell
6 lines
134 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSPossibleIncorrectComparisonWithNull',
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|