Skip to content

Update to public release #5

Update to public release

Update to public release #5

Triggered via pull request April 9, 2024 09:57
@frabertfrabert
synchronize #24
dev
Status Failure
Total duration 2m 8s
Billable time 2m
Artifacts

pylint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Lint Code Base: slither_lsp/app/logging/lsp_handler.py#L2
E0401: Unable to import 'pygls.server' (import-error)
Lint Code Base: slither_lsp/app/logging/lsp_handler.py#L3
E0401: Unable to import 'lsprotocol.types' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_detector_list.py#L3
E0401: Unable to import 'pygls.server' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_detector_list.py#L4
E0401: Unable to import 'slither.__main__' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_version.py#L4
E0401: Unable to import 'pygls.server' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L5
E0401: Unable to import 'lsprotocol.types' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L6
E0401: Unable to import 'slither.core.declarations' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L7
E0401: Unable to import 'slither.slithir.operations' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L8
E0401: Unable to import 'slither.utils.source_mapping' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/code_lens.py#L3
E0401: Unable to import 'lsprotocol.types' (import-error)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_detector_list.py#L7
W0613: Unused argument 'ls' (unused-argument)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_detector_list.py#L7
W0613: Unused argument 'params' (unused-argument)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_version.py#L7
W0613: Unused argument 'ls' (unused-argument)
Lint Code Base: slither_lsp/app/request_handlers/analysis/get_version.py#L7
W0613: Unused argument 'params' (unused-argument)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L23
C0115: Missing class docstring (missing-class-docstring)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L30
C0116: Missing function or method docstring (missing-function-docstring)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L73
R1721: Unnecessary use of a comprehension, use list(res.values()) instead. (unnecessary-comprehension)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L76
C0116: Missing function or method docstring (missing-function-docstring)
Lint Code Base: slither_lsp/app/request_handlers/call_hierarchy.py#L141
C0116: Missing function or method docstring (missing-function-docstring)
Lint Code Base: slither_lsp/app/request_handlers/code_lens.py#L12
C0116: Missing function or method docstring (missing-function-docstring)