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/lib/ansible_test/_data/sanity
Matt Clay feb163e0de
Improve consistency of ansible-test pylint results. (#70132)
* Disable too-many-ancestors pylint check.

This check was only enabled for ansible-test code.

In some cases this check counts 1 more ancestor in python 3.7+ than under python 3.6, making the check inconsistent and unsuitable for use in ansible-test.

* Disable additional pylint checks:

- import-error
- no-name-in-module

These checks were only enabled for ansible-test code.

These checks provide inconsistent results since they are dependent on available imports, which vary between environments.

It may be practical to enable these checks in the future if changes are made to ensure a consistent test environment for pylint.
4 years ago
..
code-smell validate ansible-base's and collections runtime.yml (#69742) 4 years ago
compile Add Python 3.9 to ansible-test. 5 years ago
import Fix ansible-test import sanity test issues. (#70084) 4 years ago
pep8 Relocate ansible-test code. (#60147) 5 years ago
pslint Relocate ansible-test code. (#60147) 5 years ago
pylint Improve consistency of ansible-test pylint results. (#70132) 4 years ago
rstcheck Autointerpreter table (#60148) 5 years ago
shellcheck Fix sanity tests based on newer version of shellcheck (#60423) 5 years ago
validate-modules Add an author exception for OpenStack Ansible SIG 4 years ago
yamllint Add a sanity test for yaml to make sure we can parse all yaml 5 years ago