You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/win_module_utils/library
Shachaf92 7ddcaafee5 many pslint fixes (#55862)
* Handles:

PSAvoidTrailingWhitespace
PSAvoidGlobalVars
PSAvoidAssignmentToAutomaticVariable
PSAvoidUsingCmdletAliases
PSAvoidUsingWriteHost
PSUseDeclaredVarsMoreThanAssignments
PSUsePSCredentialType
PSAvoidUsingPositionalParameters
PSAvoidUsingEmptyCatchBlock
PSAvoidUsingWMICmdlet

Replaced Write-Host with Write-Output
Added smart reboot check for win_domain feature installation
Modify the Creation of the pagefileto fit to CIM
Changelog fragment addition
Ignore.txt without fixes

* Changes after community reviews

* Change Out-Null to '> $null'

* Fixes after jborean93 comments

* Test

* Revert "Test"

This reverts commit 35c5c0648fa9d2868a18094d84954e53ffa28880.

* Removed all  > $null since they broke the module since the output got dumped

* run test again

* Revert "run test again"

This reverts commit 80eaf07143f9d8cb0116cbbc68a6a69c0ace840c.

* Changes after community review

* ignore PSUseDeclaredVarsMoreThanAssignments that are on a diffrent PR

* CI failed on extra line in ignore.txt

* Review changes

* PSlint errors

* Trail space

* send to null breaks the tests for  Set-Workgroup

* Lint stuff

* win_domain_user issue of indent.

* Update win_domain_user.ps1

* Update win_domain_membership.ps1

* Fix redirect to null

* lint space issue

* removed return from set-workgroup

* removed send to null
5 years ago
..
add_type_test.ps1 PS AddType - Add the ability to supply custom compile symbols for C# code (#54582) 6 years ago
argv_parser_test.ps1 many pslint fixes (#55862) 5 years ago
backup_file_test.ps1 Windows: Add backup parameter to modules (#50033) 6 years ago
camel_conversion_test.ps1 many pslint fixes (#55862) 5 years ago
command_util_test.ps1 windows - Fix module utils with glob paths (#53835) 6 years ago
csharp_util.ps1 win_exec: refactor PS exec runner (#45334) 6 years ago
file_util_test.ps1 fix Ansible.ModuleUtils.FileUtil to respect ErrorAction if running in a try/catch (#45451) 6 years ago
legacy_only_new_way.ps1
legacy_only_new_way_win_line_ending.ps1
legacy_only_old_way.ps1
legacy_only_old_way_win_line_ending.ps1
privilege_util_test.ps1 Windows Privileges - moved util code to it's own C# util (#48897) 6 years ago
recursive_requires.ps1
sid_utils_test.ps1 Windows pslint: Re-enable PSPossibleIncorrectComparisonWithNull (#55065) 6 years ago
symbolic_link_test.ps1 windows - Fix module utils with glob paths (#53835) 6 years ago
uses_bogus_utils.ps1
uses_local_utils.ps1