Skip to content

Run linters

Run linters #323

Triggered via push May 7, 2026 12:23
Status Failure
Total duration 27s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
lint
Process completed with exit code 2.
lint
7 errors
lint: tests/unit/modularinput/test_validation_definition.py#L17
"unittest" is unknown import symbol (reportAttributeAccessIssue)
lint: tests/unit/modularinput/test_scheme.py#L22
"xml_compare" is unknown import symbol (reportAttributeAccessIssue)
lint: tests/unit/modularinput/test_scheme.py#L21
"unittest" is unknown import symbol (reportAttributeAccessIssue)
lint: tests/unit/modularinput/test_input_definition.py#L16
"unittest" is unknown import symbol (reportAttributeAccessIssue)
lint: tests/unit/modularinput/test_event.py#L24
"xml_compare" is unknown import symbol (reportAttributeAccessIssue)
lint: splunklib/searchcommands/reporting_command.py#L92
Cannot access attribute "ConfigurationSettings" for class "FunctionType"   Attribute "ConfigurationSettings" is unknown (reportFunctionMemberAccess)
lint: splunklib/searchcommands/internals.py#L261
Argument of type "None" cannot be assigned to parameter "dict" of type "dict[str, Any]" in function "__init__"   "None" is not assignable to "dict[str, Any]" (reportArgumentType)
lint: splunklib/searchcommands/internals.py#L257
Argument type is unknown   Argument corresponds to parameter "object" in function "__new__" (reportUnknownArgumentType)
lint: splunklib/searchcommands/external_search_command.py#L60
Return type, "dict[Unknown, Unknown] | None", is partially unknown (reportUnknownVariableType)
lint: splunklib/searchcommands/external_search_command.py#L59
Return type, "dict[Unknown, Unknown] | None", is partially unknown (reportUnknownParameterType)
lint: splunklib/searchcommands/external_search_command.py#L48
Return type, "list[Unknown] | tuple[Unknown, ...] | str | None", is partially unknown (reportUnknownVariableType)
lint: splunklib/searchcommands/external_search_command.py#L47
Return type, "list[Unknown] | tuple[Unknown, ...] | str | None", is partially unknown (reportUnknownParameterType)
lint: splunklib/searchcommands/__init__.py#L151
Import "dispatch" is not accessed (reportUnusedImport)
lint: splunklib/searchcommands/__init__.py#L151
Import "SearchMetric" is not accessed (reportUnusedImport)
lint: splunklib/searchcommands/__init__.py#L148
Import "execute" is not accessed (reportUnusedImport)
lint: splunklib/searchcommands/__init__.py#L148
Import "ExternalSearchCommand" is not accessed (reportUnusedImport)
lint: splunklib/searchcommands/__init__.py#L147
Import "EventingCommand" is not accessed (reportUnusedImport)