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