1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Disable PSUseOutputTypeCorrectly

Because of a bug that produces false positives.
This commit is contained in:
Dag Wieers 2018-08-31 02:52:57 +02:00 committed by GitHub
parent ce110ff081
commit 15c9bb5aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
@{
ExcludeRules=@(
'PSPossibleIncorrectComparisonWithNull',
'PSUseOutputTypeCorrectly',
'PSUseShouldProcessForStateChangingFunctions'
)
}