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/sanity/pylint/disable.txt

25 lines
418 B
Plaintext

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