ansible/test/sanity/validate-modules
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
..
__init__.py
main.py Allow specific __future__ imports in modules 2017-07-27 15:37:26 -07:00
module_args.py Make Reporter class hold all results, move line/col into results, and out of message (#24127) 2017-05-03 10:25:08 -05:00
schema.py RETURNS can include version_added (#25810) 2017-06-16 20:17:38 +01:00
skip.txt Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
test_validate_modules_regex.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
utils.py Make Reporter class hold all results, move line/col into results, and out of message (#24127) 2017-05-03 10:25:08 -05:00
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 2017-06-07 14:44:33 -05:00