summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/dev_guide/testing_validate-modules.rst
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2019-03-05 10:26:06 -0600
committerGitHub <noreply@github.com>2019-03-05 10:26:06 -0600
commita639dc6d88cd679de195513211736e8ab46a2670 (patch)
treef397c77309e0c667909851e808ed0d40d6cc5d4e /docs/docsite/rst/dev_guide/testing_validate-modules.rst
parent04c6f9426973e2c62ead2469928be4d799fa5e58 (diff)
downloadansible-a639dc6d88cd679de195513211736e8ab46a2670.tar.gz
Add a new check to ensure that module arguments are valid python identifiers (#53278)
* Add a new check to ensure that module arguments are valid python identifiers * Move the check up higher, out of the if docs block * Skip validate-modules on py2 * Remove errant alias
Diffstat (limited to 'docs/docsite/rst/dev_guide/testing_validate-modules.rst')
-rw-r--r--docs/docsite/rst/dev_guide/testing_validate-modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_validate-modules.rst b/docs/docsite/rst/dev_guide/testing_validate-modules.rst
index 7e325daa45..f2be1b6859 100644
--- a/docs/docsite/rst/dev_guide/testing_validate-modules.rst
+++ b/docs/docsite/rst/dev_guide/testing_validate-modules.rst
@@ -128,7 +128,7 @@ Errors
333 ``ANSIBLE_METADATA.status`` of deprecated or removed can't include other statuses
334 ``ANSIBLE_METADATA`` cannot be changed in a point release for a stable branch
335 argument_spec implies type="str" but documentation defines it as different data type
-
+ 336 argument in argument_spec is not a valid python identifier
..
--------- -------------------
**4xx** **Syntax**