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