ansible/test/sanity/pylint/disable.txt
Matt Clay e7bb508ad6 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.
2017-04-13 00:07:40 -07:00

25 lines
437 B
Text

access-member-before-definition
assignment-from-no-return
C
function-redefined
import-error
locally-disabled
locally-enabled
method-hidden
no-member
no-name-in-module
no-value-for-parameter
non-iterator-returned
not-a-mapping
not-an-iterable
not-callable
R
raising-bad-type
raising-non-exception
too-many-function-args
undefined-variable
unexpected-keyword-arg
unsubscriptable-object
unsupported-membership-test
used-before-assignment
W