mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Disable PSUseOutputTypeCorrectly
Because of a bug that produces false positives.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
@{
|
@{
|
||||||
ExcludeRules=@(
|
ExcludeRules=@(
|
||||||
'PSPossibleIncorrectComparisonWithNull',
|
'PSPossibleIncorrectComparisonWithNull',
|
||||||
|
'PSUseOutputTypeCorrectly',
|
||||||
'PSUseShouldProcessForStateChangingFunctions'
|
'PSUseShouldProcessForStateChangingFunctions'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user