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