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/_util/controller/sanity
Matt Clay 9dd3eafa14 ansible-test - Use pylint unidiomatic-typecheck
This replaces the regex based check previously used within the validate-modules sanity test.

NOTE: The pylint check overlaps with a similar check for pep8.
      Both are used, since the pep8 based check is more nuanced than the one in pylint.
      For example, allowing `is` checks, but not `==` comparisons.
      If the pylint check is ignored, the pep8 check would still be relevant.
12 months ago
..
code-smell ansible-test - Remove no-main-display sanity test 12 months ago
integration-aliases ansible-test - Clean up future boilerplate. (#76874) 3 years ago
mypy Remove Python `< 3.5` `selectors` fallbacks (#81872) 1 year ago
pep8 ansible-test - Disable the pep8 E203 rule (#79966) 2 years ago
pslint Fix up sanity problems 2 years ago
pylint ansible-test - Use pylint unidiomatic-typecheck 12 months ago
shellcheck ansible-test - Move code from _data to _util. (#75495) 3 years ago
validate-modules ansible-test - Use pylint unidiomatic-typecheck 12 months ago
yamllint replace deprecated ast.value.s with ast.value.value (#80968) 1 year ago