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.
2020-06-17 17:03:41 -07:00
..
code-smell validate ansible-base's and collections runtime.yml (#69742) 2020-06-12 15:34:34 +01:00
compile Add Python 3.9 to ansible-test. 2020-03-01 17:42:06 -08:00
import Fix ansible-test import sanity test issues. (#70084) 2020-06-15 15:09:15 -07:00
pep8
pslint
pylint Improve consistency of ansible-test pylint results. (#70132) 2020-06-17 17:03:41 -07:00
rstcheck Autointerpreter table (#60148) 2019-08-08 13:56:07 -05:00
shellcheck Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
validate-modules Add an author exception for OpenStack Ansible SIG 2020-06-17 08:21:14 -07:00
yamllint Add a sanity test for yaml to make sure we can parse all yaml 2019-12-20 10:29:03 -08:00