ansible/test/sanity/validate-modules
Dag Wieers 417accf88d Skip parameters that are being deprecated (#35319)
* Skip parameters that are being deprecated

So in most cases when parameters are deprecated, you may not want to
advertise them in the documentation. One reason for this is because
these parameters were not introduced within Ansible but predate
upstreaming them.

So this change avoids reporting parameters that are not documented and
are deprecated. It's only a small subset of the existing E322 errors.

* Add support for E323 with these changes

* Unsure about the other issues now

* Add better error message with E321

* Restore some erroneously remove files

* Readd false positives to ignore.txt
2018-01-25 11:10:49 -06:00
..
__init__.py
ignore.txt Skip parameters that are being deprecated (#35319) 2018-01-25 11:10:49 -06:00
main.py Skip parameters that are being deprecated (#35319) 2018-01-25 11:10:49 -06:00
module_args.py Clean up imports to prevent issues with mutable data being used in modules (#35112) 2018-01-19 16:33:16 -06:00
schema.py Fix inconsitencies between code assumptions and schema (#34901) 2018-01-15 18:29:20 -06: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 Fix CaptureStd in validate-modules to work on both py3 and py2 (#35060) 2018-01-18 14:50:31 -06:00
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 2017-06-07 14:44:33 -05:00