ansible/test/sanity/pylint/disable.txt
Matt Clay 48eeab8a53 Fix errors reported by pylint. (#23282)
* Fix pylint misplaced-bare-raise errors.
* Fix pylint return-in-init error.
* Fix pylint bad-format-character error.
* Fix pylint too-many-format-args errors.
* Fix pylint too-few-format-args errors.
* Fix pylint truncated-format-string error.
2017-04-06 16:58:16 -07:00

24 lines
415 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
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