mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-25 02:31:51 +00:00
6 lines
134 B
PowerShell
6 lines
134 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSPossibleIncorrectComparisonWithNull',
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|