remove jdk install in favour of using ansible #226
Linter.yml
on: pull_request
call-workflow
/
ruff
43s
call-workflow
/
pyright
1m 25s
call-workflow
/
code-ql
1m 50s
Annotations
11 errors and 2 warnings
|
call-workflow / ruff
Process completed with exit code 1.
|
|
Ruff (F405):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L36
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:36:16: F405 `get_major_minor_patch` may be undefined, or defined from star imports
|
|
Ruff (F405):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L35
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:35:16: F405 `get_major_minor_patch` may be undefined, or defined from star imports
|
|
Ruff (F405):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L34
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:34:16: F405 `get_major_minor_patch` may be undefined, or defined from star imports
|
|
Ruff (F405):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L33
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:33:16: F405 `get_major_minor_patch` may be undefined, or defined from star imports
|
|
Ruff (F405):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L32
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:32:16: F405 `get_major_minor_patch` may be undefined, or defined from star imports
|
|
Ruff (E712):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L28
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:28:16: E712 Avoid equality comparisons to `False`; use `not is_higher("17.0.6", "17.0.1"):` for false checks
|
|
Ruff (E712):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L27
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:27:16: E712 Avoid equality comparisons to `True`; use `is_higher("17.0", "17.0.1"):` for truth checks
|
|
Ruff (F405):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L15
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:15:15: F405 `re` may be undefined, or defined from star imports
|
|
Ruff (F403):
installation_and_upgrade/ibex_install_utils/tests/test_version_check.py#L7
installation_and_upgrade\ibex_install_utils\tests\test_version_check.py:7:1: F403 `from ibex_install_utils.version_check import *` used; unable to detect undefined names
|
|
Ruff (F401):
installation_and_upgrade/ibex_install_utils/tasks/system_tasks.py#L4
installation_and_upgrade\ibex_install_utils\tasks\system_tasks.py:4:8: F401 `subprocess` imported but unused
|
|
call-workflow / code-ql
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
|
call-workflow / code-ql
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|