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
Matt Clay c24c19594e
Enable pylint rules and fix exposed bugs. (#47219)
* Resolve invalid-unary-operand-type.

* Resolve raising-format-tuple.

* Resolve stop-iteration-return.

* Use disable comment instead of fixing logic.

The affected line in _find_address_range will only fail on Python 3.7
and later if the function is called with an empty address list. As an
internal method it is never called in this way, making it a non-issue
for use via public methods.

Using a comment to disable the rule in favor of an ignore.txt entry
since there are no plans to change the logic in the code itself. This
will also prevent any potential future issues being added in other
parts of the code when updating it based on upstream changes.
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration VMware: Add check mode support to vmware_vmkernel_facts (#47286) 7 years ago
legacy fix scaleway user data tests (#46570) 7 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Force PEM SSH keys for paramiko 7 years ago
sanity Enable pylint rules and fix exposed bugs. (#47219) 7 years ago
units Enable additional pylint rules and resolve issues found. (#47221) 7 years ago
utils Use 4 nodes for sanity tests in CI. 7 years ago