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=@(
|
||||
'PSPossibleIncorrectComparisonWithNull',
|
||||
'PSUseOutputTypeCorrectly',
|
||||
'PSUseShouldProcessForStateChangingFunctions'
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue