1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docs/docsite/rst/dev_guide/testing/sanity
Toshio Kuratomi 7bd0af15d2
Enhance empty __init__ code-smell to check module_utils (#33438)
Empty __init__ will allow us to use python namespaces with all of these
files.  That may be something we want to take advantage of for allowign
them to be expanded by user dirs.  Also might be needed for AnsiballZ or
other wrapper enhancements in the future.
2017-11-30 15:47:38 -08:00
..
ansible-doc.rst
ansible-var-precedence-check.rst updated plugin docs (#30490) 2017-09-22 23:19:50 -04:00
azure-requirements.rst Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
boilerplate.rst
configure-remoting-ps1.rst
empty-init.rst Enhance empty __init__ code-smell to check module_utils (#33438) 2017-11-30 15:47:38 -08:00
import.rst
integration-aliases.rst
line-endings.rst
no-assert.rst Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
no-basestring.rst
no-dict-iteritems.rst
no-dict-iterkeys.rst
no-dict-itervalues.rst
no-get-exception.rst
no-smart-quotes.rst Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
no-underscore-variable.rst Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
no-unicode-literals.rst Remove use of unicode_literals as it is an anti-pattern 2017-09-11 13:33:51 -07:00
no-wildcard-import.rst Roadmap updates and docs fix. (#28287) 2017-08-16 10:55:19 -07:00
pep8.rst Fix documentation references. 2017-08-22 17:09:28 -04:00
pylint-ansible-test.rst
pylint.rst
replace-urlopen.rst
required-and-default-attributes.rst
rstcheck.rst
sanity-docs.rst
shebang.rst
shellcheck.rst
test-constraints.rst
use-argspec-type-path.rst Add a hack to test whether type=path should be used in a module 2017-10-09 21:15:56 -07:00
use-compat-six.rst
validate-modules.rst Fix documentation references. 2017-08-22 17:09:28 -04:00
yamllint.rst