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/sanity
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
..
ansible-doc Remove modules which have ended their deprecation cycle 6 years ago
code-smell Fix sanity tests that are failing with LC_ALL set (#58604) 5 years ago
compile Fix sanity tests that are failing with LC_ALL set (#58604) 5 years ago
import Improve import sanity test output handling. (#52136) 6 years ago
pep8 Skip sanity tests that don't apply to bundled code 6 years ago
pslint many pslint fixes (#55862) 5 years ago
pylint ufw: remove from sanity ignores (#57910) 5 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Test cleanup. 7 years ago
validate-modules Load Ansible module_utils for ps_argspec validator (#58571) 5 years ago
yamllint Fix typo in doc_fragments path. 6 years ago
ansible.cfg Fix ansible-test config management. 7 years ago