mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Initial pylint support for ansible-test sanity.
This commit is contained in:
parent
572e9a8959
commit
1daa69d685
4 changed files with 117 additions and 0 deletions
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
Loading…
Add table
Add a link
Reference in a new issue