diff options
author | Jordan Borean <jborean93@gmail.com> | 2019-03-05 21:49:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 21:49:37 +0100 |
commit | 6b294eab4d5b393aecd1946e1e17ea215db8b6d1 (patch) | |
tree | 1034902d4220eafa049c783bc176ab1a941b6e8e /test/sanity/pslint/ignore.txt | |
parent | made chroot exe configurable (#53147) (diff) | |
download | ansible-6b294eab4d5b393aecd1946e1e17ea215db8b6d1.tar.xz ansible-6b294eab4d5b393aecd1946e1e17ea215db8b6d1.zip |
win_dsc - Add argument validation and other fixes (#53093)
* win_dsc - Add argument validation and other fixes
* Fix doc issues
Diffstat (limited to 'test/sanity/pslint/ignore.txt')
-rw-r--r-- | test/sanity/pslint/ignore.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanity/pslint/ignore.txt b/test/sanity/pslint/ignore.txt index 51ef60bb5c..dc8a96d75c 100644 --- a/test/sanity/pslint/ignore.txt +++ b/test/sanity/pslint/ignore.txt @@ -30,9 +30,7 @@ lib/ansible/modules/windows/win_domain_membership.ps1 PSAvoidGlobalVars lib/ansible/modules/windows/win_domain_membership.ps1 PSAvoidUsingWMICmdlet lib/ansible/modules/windows/win_domain_membership.ps1 PSUseApprovedVerbs lib/ansible/modules/windows/win_domain_membership.ps1 PSUseDeclaredVarsMoreThanAssignments -lib/ansible/modules/windows/win_dsc.ps1 PSAvoidUsingCmdletAliases lib/ansible/modules/windows/win_dsc.ps1 PSAvoidUsingEmptyCatchBlock -lib/ansible/modules/windows/win_dsc.ps1 PSUseApprovedVerbs lib/ansible/modules/windows/win_eventlog.ps1 PSUseDeclaredVarsMoreThanAssignments lib/ansible/modules/windows/win_find.ps1 PSAvoidUsingEmptyCatchBlock lib/ansible/modules/windows/win_find.ps1 PSAvoidUsingWMICmdlet @@ -72,7 +70,6 @@ lib/ansible/modules/windows/win_user.ps1 PSAvoidUsingCmdletAliases lib/ansible/modules/windows/win_wait_for.ps1 PSAvoidUsingEmptyCatchBlock lib/ansible/modules/windows/win_webpicmd.ps1 PSAvoidUsingInvokeExpression test/integration/targets/win_audit_rule/library/test_get_audit_rule.ps1 PSAvoidUsingCmdletAliases -test/integration/targets/win_dsc/templates/ANSIBLE_xTestResource.psm1 PSAvoidDefaultValueForMandatoryParameter test/integration/targets/win_iis_webbinding/library/test_get_webbindings.ps1 PSUseApprovedVerbs test/integration/targets/win_module_utils/library/argv_parser_test.ps1 PSUseApprovedVerbs test/integration/targets/win_module_utils/library/camel_conversion_test.ps1 PSUseDeclaredVarsMoreThanAssignments |