You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
__init__.py Port sivel/ansible-validate-modules into Ansible 8 years ago
main.py Allow specific __future__ imports in modules 7 years ago
module_args.py Make Reporter class hold all results, move line/col into results, and out of message (#24127) 7 years ago
schema.py RETURNS can include version_added (#25810) 7 years ago
skip.txt Remove remnants of obsolete fireball mode. 8 years ago
test_validate_modules_regex.py Update validate-modules (#20932) 8 years ago
utils.py Make Reporter class hold all results, move line/col into results, and out of message (#24127) 7 years ago
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 7 years ago