Update to public release #7
Annotations
10 warnings
Pylint:
slither_lsp/app/request_handlers/compilation/get_command_line_args.py#L18
W0212: Access to a protected member _action_groups of a client class (protected-access)
|
Pylint:
slither_lsp/app/request_handlers/compilation/get_command_line_args.py#L21
W0212: Access to a protected member _group_actions of a client class (protected-access)
|
Pylint:
slither_lsp/app/request_handlers/goto_def_impl_refs.py#L36
W0718: Catching too general exception Exception (broad-exception-caught)
|
Pylint:
slither_lsp/app/app.py#L4
R0402: Use 'from slither_lsp.app import request_handlers' instead (consider-using-from-import)
|
Pylint:
slither_lsp/app/request_handlers/symbols.py#L42
W0640: Cell variable children defined in loop (cell-var-from-loop)
|
Pylint:
slither_lsp/app/request_handlers/symbols.py#L47
W0640: Cell variable comp defined in loop (cell-var-from-loop)
|
Pylint:
slither_lsp/app/request_handlers/symbols.py#L17
R0912: Too many branches (13/12) (too-many-branches)
|
Pylint:
slither_lsp/app/request_handlers/type_hierarchy.py#L117
W0622: Redefining built-in 'range' (redefined-builtin)
|
Pylint:
slither_lsp/app/request_handlers/type_hierarchy.py#L172
W0622: Redefining built-in 'range' (redefined-builtin)
|
Pylint:
slither_lsp/app/slither_server.py#L102
W0212: Access to a protected member _on_initialize of a client class (protected-access)
|
Loading