[FRONTEND] Pause a collector manually or on error #16
Annotations
9 errors and 1 warning
Ruff (E721):
vulture_os/applications/logfwd/models.py#L259
vulture_os/applications/logfwd/models.py:259:45: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (F841):
vulture_os/applications/logfwd/models.py#L825
vulture_os/applications/logfwd/models.py:825:9: F841 Local variable `key` is assigned to but never used
|
Ruff (F401):
vulture_os/services/frontend/models.py#L58
vulture_os/services/frontend/models.py:58:53: F401 `services.exceptions.ServiceStartError` imported but unused
|
Ruff (F401):
vulture_os/services/frontend/models.py#L58
vulture_os/services/frontend/models.py:58:96: F401 `services.exceptions.ServiceError` imported but unused
|
Ruff (E741):
vulture_os/services/frontend/models.py#L1362
vulture_os/services/frontend/models.py:1362:21: E741 Ambiguous variable name: `l`
|
Ruff (E711):
vulture_os/services/frontend/models.py#L1406
vulture_os/services/frontend/models.py:1406:59: E711 Comparison to `None` should be `cond is None`
|
Ruff (E741):
vulture_os/services/frontend/models.py#L1428
vulture_os/services/frontend/models.py:1428:42: E741 Ambiguous variable name: `l`
|
Ruff (E741):
vulture_os/services/frontend/models.py#L1430
vulture_os/services/frontend/models.py:1430:38: E741 Ambiguous variable name: `l`
|
Ruff (E722):
vulture_os/services/frontend/models.py#L2141
vulture_os/services/frontend/models.py:2141:13: E722 Do not use bare `except`
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|