plugins/modules/setup.ps1 pslint:PSCustomUseLiteralPath # Cannot ignore custom rules in the version of PSSA in ansible-test docker
plugins/modules/win_powershell.ps1 pslint:PSCustomUseLiteralPath # Cannot ignore custom rules in the version of PSSA in ansible-test docker
plugins/modules/win_powershell.py validate-modules:return-syntax-error # Current rules don't allow raw as the return_type https://github.com/ansible/ansible/pull/78231
tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/DSCResources/ANSIBLE_xTestResource/ANSIBLE_xTestResource.psm1 pslint:PSDSCUseIdenticalMandatoryParametersForDSC # Rule is broken in older PSSA versions
tests/integration/targets/win_dsc/files/xTestDsc/1.0.1/DSCResources/ANSIBLE_xTestResource/ANSIBLE_xTestResource.psm1 pslint:PSDSCUseIdenticalMandatoryParametersForDSC # Rule is broken in older PSSA versions
