mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
rewrite of the developer guide, part 1 (#45179)
* rewrite of the developer guide, part 1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.. orphan:
|
||||
|
||||
Sanity Tests » ansible-var-precedence-check
|
||||
===========================================
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. orphan:
|
||||
|
||||
Sanity Tests » docs-build
|
||||
=========================
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@ Sanity Tests » no-get-exception
|
||||
===============================
|
||||
|
||||
We created a function, ``ansible.module_utils.pycompat24.get_exception`` to
|
||||
help retrieve exceptions in a manner compatible with Python-2.4 through
|
||||
Python-3.6. We no longer support Python-2.4 and Python-2.5 so this is
|
||||
help retrieve exceptions in a manner compatible with Python 2.4 through
|
||||
Python 3.6. We no longer support Python 2.4 and Python 2.5 so this is
|
||||
extraneous and we want to deprecate the function. Porting code should look
|
||||
something like this:
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. orphan:
|
||||
|
||||
Sanity Tests » no-wildcard-import
|
||||
=================================
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. orphan:
|
||||
|
||||
Sanity Tests » pylint-ansible-test
|
||||
==================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user