ansible/test/sanity/pslint/settings.psd1
Matt Clay 307d8b5330 Disable PowerShell null comparison test.
Too many false positives due to unknown types.
2018-03-21 15:41:49 -07:00

6 lines
134 B
PowerShell

@{
ExcludeRules=@(
'PSPossibleIncorrectComparisonWithNull',
'PSUseShouldProcessForStateChangingFunctions'
)
}