mirror of https://github.com/ansible/ansible.git
Disable PSUseOutputTypeCorrectly
Because of a bug that produces false positives.pull/26404/head
parent
ce110ff081
commit
15c9bb5aa0
@ -1,6 +1,7 @@
|
||||
@{
|
||||
ExcludeRules=@(
|
||||
'PSPossibleIncorrectComparisonWithNull',
|
||||
'PSUseOutputTypeCorrectly',
|
||||
'PSUseShouldProcessForStateChangingFunctions'
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue