mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
xfconf: add return values and expand test coverage (#1419)
* xfconf: add return values and expand test coverage * fix pep8 * fix pylint * fix returns yaml docs * Add changelog fragemnt * revert docts for `returned` * Update changelogs/fragments/1419-xfconf-return-values.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/system/xfconf.py Co-authored-by: Felix Fontein <felix@fontein.de> * update return values to raw for scalar/lists * another doc tweak: None -> none * Break newline for pep8 * Fix merge mistake * Back to list of strings * fix yaml syntax * Fall back to old way, deprecate returns, add ingores for errors * add a note about dprecating facts * Add depracation messages and fix docstring error * remove deprecation of return values. * Update plugins/modules/system/xfconf.py Co-authored-by: Felix Fontein <felix@fontein.de> * drop the deprecation message too Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
91272d027b
commit
8e53b3df6f
6 changed files with 59 additions and 19 deletions
|
@ -500,6 +500,7 @@ plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
|||
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/timezone.py pylint:blacklisted-name
|
||||
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||
plugins/modules/web_infrastructure/jenkins_plugin.py use-argspec-type-path
|
||||
plugins/modules/web_infrastructure/rundeck_acl_policy.py pylint:blacklisted-name
|
||||
scripts/inventory/gce.py pylint:blacklisted-name
|
||||
|
|
|
@ -500,6 +500,7 @@ plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
|||
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/timezone.py pylint:blacklisted-name
|
||||
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||
plugins/modules/web_infrastructure/jenkins_plugin.py use-argspec-type-path
|
||||
plugins/modules/web_infrastructure/rundeck_acl_policy.py pylint:blacklisted-name
|
||||
scripts/inventory/gce.py pylint:blacklisted-name
|
||||
|
|
|
@ -400,6 +400,7 @@ plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
|||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/timezone.py pylint:blacklisted-name
|
||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||
plugins/modules/web_infrastructure/jenkins_plugin.py use-argspec-type-path
|
||||
plugins/modules/web_infrastructure/nginx_status_facts.py validate-modules:deprecation-mismatch
|
||||
plugins/modules/web_infrastructure/nginx_status_facts.py validate-modules:invalid-documentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue