mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
8 lines
170 B
PowerShell
8 lines
170 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSPossibleIncorrectComparisonWithNull',
|
|
'PSUseOutputTypeCorrectly',
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|