community.general/test/sanity/pslint/settings.psd1

7 lines
134 B
PowerShell

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