784956c219
Sync stable-2.5 test infrastructure with devel: - shippable.yml - test/runner/ - test/sanity/ - test/utils/ - docs/docsite/rst/dev_guide/testing/sanity/ - test/integration/targets/*/aliases
6 lines
134 B
PowerShell
6 lines
134 B
PowerShell
@{
|
|
ExcludeRules=@(
|
|
'PSPossibleIncorrectComparisonWithNull',
|
|
'PSUseShouldProcessForStateChangingFunctions'
|
|
)
|
|
}
|