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
Matt Martz 49eb53b44d
pylint plugin to catch due/past-due deprecated calls (#44143)
* Start of work on pylint plugin to catch due/past-due deprecated calls

* Improve deprecated pylint plugin

* Catch call to AnsibleModule.deprecate also

* Skip splatted kwargs, we can't infer that info

* Add error for invalid version in deprecation

* Skip version if it's a reference to a var

* Disable ansible-deprecated-no-version for displaying deprecated module info

* fix comments

* is None

* Force specifying a version, this can be disabled on a per case basis

* Disable ansible-deprecated-version by default

* Remove to look for 2.8 deprecated

* Revert "Remove to look for 2.8 deprecated"

This reverts commit 4e84034fd1.

* Add script and template used for creating issues for deprecated issues

* Fix underscore var
6 years ago
..
ansible-doc Stub out modules scheduled for 2.8 removal (#44985) 6 years ago
code-smell Reduce noise in docs-build test failures. 6 years ago
compile Overhaul additional sanity tests. (#36803) 7 years ago
import Fixes for ansible-test sanity import test. (#45249) 6 years ago
pep8 Enable PEP8 testing of E305 6 years ago
pslint win_scheduled_task: add deprecation warning for repetition format (#45468) 6 years ago
pylint pylint plugin to catch due/past-due deprecated calls (#44143) 6 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Test cleanup. 7 years ago
validate-modules Perform full RETURN schema validation in one step, don't try to loop (#46079) 6 years ago
yamllint Add yamllint for plugin docs and fix issues. 7 years ago
ansible.cfg Fix ansible-test config management. 7 years ago