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:
parent
ce110ff081
commit
15c9bb5aa0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
@{
|
@{
|
||||||
ExcludeRules=@(
|
ExcludeRules=@(
|
||||||
'PSPossibleIncorrectComparisonWithNull',
|
'PSPossibleIncorrectComparisonWithNull',
|
||||||
|
'PSUseOutputTypeCorrectly',
|
||||||
'PSUseShouldProcessForStateChangingFunctions'
|
'PSUseShouldProcessForStateChangingFunctions'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue