mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add new default Docker container for ansible-test. (#31944)
* Add new default Docker container for ansible-test. * Update ansible-test change classification. * Update list of disabled pylint rules. * Fix pylint issues with ansible-test.
This commit is contained in:
parent
fbbffbabde
commit
f76afab6e5
9 changed files with 115 additions and 3 deletions
|
@ -13,7 +13,9 @@ blacklisted-name
|
|||
broad-except
|
||||
cell-var-from-loop
|
||||
consider-iterating-dictionary
|
||||
consider-merging-isinstance
|
||||
consider-using-enumerate
|
||||
consider-using-ternary
|
||||
deprecated-lambda
|
||||
deprecated-method
|
||||
deprecated-module
|
||||
|
@ -29,11 +31,16 @@ global-variable-undefined
|
|||
import-error
|
||||
import-self
|
||||
invalid-name
|
||||
invalid-sequence-index
|
||||
invalid-unary-operand-type
|
||||
len-as-condition
|
||||
line-too-long
|
||||
literal-comparison
|
||||
locally-disabled
|
||||
method-hidden
|
||||
misplaced-comparison-constant
|
||||
missing-docstring
|
||||
no-else-return
|
||||
no-init
|
||||
no-member
|
||||
no-name-in-module
|
||||
|
@ -47,11 +54,14 @@ old-style-class
|
|||
pointless-statement
|
||||
pointless-string-statement
|
||||
protected-access
|
||||
pylint
|
||||
redefined-argument-from-local
|
||||
redefined-builtin
|
||||
redefined-outer-name
|
||||
redefined-variable-type
|
||||
reimported
|
||||
relative-import
|
||||
signature-differs
|
||||
simplifiable-if-statement
|
||||
super-init-not-called
|
||||
superfluous-parens
|
||||
|
@ -68,17 +78,22 @@ too-many-nested-blocks
|
|||
too-many-public-methods
|
||||
too-many-return-statements
|
||||
too-many-statements
|
||||
trailing-comma-tuple
|
||||
unbalanced-tuple-unpacking
|
||||
undefined-loop-variable
|
||||
ungrouped-imports
|
||||
unidiomatic-typecheck
|
||||
unneeded-not
|
||||
unsubscriptable-object
|
||||
unsupported-assignment-operation
|
||||
unsupported-delete-operation
|
||||
unsupported-membership-test
|
||||
unused-argument
|
||||
unused-import
|
||||
unused-variable
|
||||
unused-wildcard-import
|
||||
used-before-assignment
|
||||
useless-super-delegation
|
||||
wildcard-import
|
||||
wrong-import-order
|
||||
wrong-import-position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue