Regenerate baseline #46
Annotations
7 errors and 6 warnings
|
lint
Process completed with exit code 1.
|
|
lint
5 errors
|
|
lint:
tests/unit/searchcommands/test_validators.py#L119
Object of type "None" cannot be used with "with" (reportOptionalContextManager)
|
|
lint:
tests/unit/searchcommands/test_validators.py#L111
Object of type "None" cannot be used with "with" (reportOptionalContextManager)
|
|
lint:
tests/unit/searchcommands/test_validators.py#L106
Object of type "None" cannot be used with "with" (reportOptionalContextManager)
|
|
lint:
tests/integration/test_binding.py#L888
Cannot access attribute "write" for class "socket"
Attribute "write" is unknown (reportAttributeAccessIssue)
|
|
lint:
splunklib/client.py#L70
"deprecated" is unknown import symbol (reportAttributeAccessIssue)
|
|
lint:
tests/integration/test_binding.py#L888
The method "write" in class "SSLSocket" is deprecated
Deprecated since Python 3.6. Use `SSLSocket.send` method instead. (reportDeprecated)
|
|
lint:
splunklib/searchcommands/search_command.py#L502
Type of "value" is unknown (reportUnknownVariableType)
|
|
lint:
splunklib/searchcommands/search_command.py#L500
Type of "value" is unknown (reportUnknownVariableType)
|
|
lint:
splunklib/data.py#L263
Type of "z" is partially unknown
Type of "z" is "Unknown | Record" (reportUnknownVariableType)
|
|
lint:
splunklib/client.py#L2016
Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
|
|
lint:
splunklib/client.py#L70
Type of "deprecated" is unknown (reportUnknownVariableType)
|