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 ff13d58c14 Remove use of unicode_literals as it is an anti-pattern
from __future__ unicode_literals leads to developer confusion as
developers no longer can tell whether a bare literal string is a byte
string or a unicode string.  Explicit marking as u"" or b"" is the way
to solve the same problem in the Ansbile codebase.
2017-09-11 13:33:51 -07:00
..
ansible-doc.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
ansible-var-precedence-check.rst Fix documentation references. 2017-08-22 17:09:28 -04:00
boilerplate.rst code-smell test changes 2017-08-03 13:15:12 -07:00
configure-remoting-ps1.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
empty-init.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
import.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
integration-aliases.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
line-endings.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
no-basestring.rst code-smell test changes 2017-08-03 13:15:12 -07:00
no-dict-iteritems.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
no-dict-iterkeys.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
no-dict-itervalues.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
no-get-exception.rst code-smell test changes 2017-08-03 13:15:12 -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 Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
pylint.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
replace-urlopen.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
required-and-default-attributes.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
rstcheck.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
sanity-docs.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
shebang.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
shellcheck.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
test-constraints.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
use-compat-six.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00
validate-modules.rst Fix documentation references. 2017-08-22 17:09:28 -04:00
yamllint.rst Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00