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

30 lines
537 B
Text

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