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
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
7 years ago
..
__init__.py Port sivel/ansible-validate-modules into Ansible 8 years ago
ignore.txt Skip parameters that are being deprecated (#35319) 7 years ago
main.py Skip parameters that are being deprecated (#35319) 7 years ago
module_args.py Clean up imports to prevent issues with mutable data being used in modules (#35112) 7 years ago
schema.py Fix inconsitencies between code assumptions and schema (#34901) 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 Fix CaptureStd in validate-modules to work on both py3 and py2 (#35060) 7 years ago
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 7 years ago