ansible/test/sanity/code-smell
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-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
boilerplate.sh Fix wildcard imports, remove get_exception, add boilerplate 2017-08-12 03:13:53 -07:00
configure-remoting-ps1.sh
empty-init.sh
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-basestring.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-iteritems.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-iterkeys.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-dict-itervalues.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
no-get-exception.sh Fix wildcard imports, remove get_exception, add boilerplate 2017-08-12 03:13:53 -07:00
no-underscore-variable.sh Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
no-unicode-literals.sh Remove use of unicode_literals as it is an anti-pattern 2017-09-11 13:33:51 -07:00
no-wildcard-import.sh Fix wildcard imports, remove get_exception, add boilerplate 2017-08-12 03:13:53 -07:00
pylint-ansible-test.sh
replace-urlopen.sh Remove automatic use of system six 2017-07-25 15:58:23 -07:00
required-and-default-attributes.sh
shebang.sh
skip.txt Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
test-constraints.sh
use-compat-six.sh