ansible/test
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
..
ansible_test
integration Test ansible-galaxy against pulp/pulp_ansible (#69605) 2020-06-17 16:06:07 -05:00
lib/ansible_test Improve consistency of ansible-test pylint results. (#70132) 2020-06-17 17:03:41 -07:00
sanity Bump devel to 2.11.0 (#70121) 2020-06-17 14:22:38 -05:00
support Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
units transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
utils/shippable Test ansible-galaxy against pulp/pulp_ansible (#69605) 2020-06-17 16:06:07 -05:00