ansible/test/sanity
Toshio Kuratomi 3a2670e0fd Allow specific __future__ imports in modules
We do want to allow certain from __future__ imports in modules that make
it easier to code compatible python2 and python3.  Note that
unicode_literals is specifically left out and should never be allowed.
Now that python-3.4+ allows u"" there's no good reason to use
unicode_literals.

Also switch tables in the validate_modules documentation to simple table format
2017-07-27 15:37:26 -07:00
..
ansible-doc Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
code-smell Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
import Fix cloudformation module for import of non-module_utils file 2017-07-24 18:19:32 -07:00
pep8 Remove Deprecated Template network modules (#27076) 2017-07-27 19:40:11 +01:00
pylint Remove automatic use of system six 2017-07-25 15:58:23 -07:00
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
shellcheck Disable newer shellcheck tests which don't pass. 2017-02-27 22:31:47 -08:00
validate-modules Allow specific __future__ imports in modules 2017-07-27 15:37:26 -07:00