plugins/modules/setup.ps1 pslint:PSCustomUseLiteralPath # Will be a change in behaviour
plugins/modules/win_domain.ps1 pslint:PSAvoidUsingEmptyCatchBlock # Code uses exception to determine state
plugins/modules/win_domain_controller.ps1 pslint:PSAvoidGlobalVars
plugins/modules/win_domain_membership.ps1 pslint:PSAvoidGlobalVars
plugins/modules/win_dsc.ps1 pslint:PSAvoidUsingEmptyCatchBlock # Code expects an exception but doesn't care about the result
plugins/modules/win_find.ps1 pslint:PSAvoidUsingEmptyCatchBlock # Code uses exception to determine workflow
plugins/modules/win_uri.ps1 pslint:PSAvoidUsingEmptyCatchBlock # Code relies on specific exception to determine if the content is a json string or not
tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/DSCResources/ANSIBLE_xSetReboot/ANSIBLE_xSetReboot.psm1 pslint!skip
tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/DSCResources/ANSIBLE_xTestResource/ANSIBLE_xTestResource.psm1 pslint!skip
tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/xTestDsc.psd1 pslint!skip
tests/integration/targets/win_dsc/files/xTestDsc/1.0.1/DSCResources/ANSIBLE_xTestResource/ANSIBLE_xTestResource.psm1 pslint!skip
tests/integration/targets/win_dsc/files/xTestDsc/1.0.1/xTestDsc.psd1 pslint!skip
tests/integration/targets/win_ping/library/win_ping_syntax_error.ps1 pslint!skip
tests/integration/targets/win_template/files/foo.dos.txt line-endings
tests/utils/shippable/check_matrix.py replace-urlopen
tests/utils/shippable/timing.py shebang