mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Initial pylint support for ansible-test sanity.
This commit is contained in:
30
test/sanity/pylint/disable.txt
Normal file
30
test/sanity/pylint/disable.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
0
test/sanity/pylint/skip.txt
Normal file
0
test/sanity/pylint/skip.txt
Normal file
Reference in New Issue
Block a user