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'
)
}