1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/sanity/pylint/disable.txt

26 lines
437 B
Text
Raw Normal View History

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