mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix var precedence check to support python 3. (#23552)
* Fix var precedence check to support python 3. * Run CI sanity tests using python 3.5. * Disable pylint non-iterator-returned test to pass on python 3.5.
This commit is contained in:
parent
442768c45e
commit
e7bb508ad6
3 changed files with 19 additions and 18 deletions
|
@ -9,6 +9,7 @@ method-hidden
|
|||
no-member
|
||||
no-name-in-module
|
||||
no-value-for-parameter
|
||||
non-iterator-returned
|
||||
not-a-mapping
|
||||
not-an-iterable
|
||||
not-callable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue