remove jdk install in favour of using ansible #236
Linter.yml
on: pull_request
call-workflow
/
ruff
37s
call-workflow
/
pyright
1m 32s
call-workflow
/
code-ql
2m 24s
Annotations
10 errors and 2 warnings
|
Ruff (ANN001):
installation_and_upgrade/ibex_install_utils/file_utils.py#L57
installation_and_upgrade\ibex_install_utils\file_utils.py:57:14: ANN001 Missing type annotation for function argument `path`
|
|
Ruff (ANN201):
installation_and_upgrade/ibex_install_utils/file_utils.py#L57
installation_and_upgrade\ibex_install_utils\file_utils.py:57:5: ANN201 Missing return type annotation for public function `get_size`
|
|
Ruff (ANN001):
installation_and_upgrade/ibex_install_utils/file_utils.py#L46
installation_and_upgrade\ibex_install_utils\file_utils.py:46:19: ANN001 Missing type annotation for function argument `path`
|
|
Ruff (ANN202):
installation_and_upgrade/ibex_install_utils/file_utils.py#L46
installation_and_upgrade\ibex_install_utils\file_utils.py:46:5: ANN202 Missing return type annotation for private function `_get_dir_size`
|
|
Ruff (ANN001):
installation_and_upgrade/ibex_install_utils/file_utils.py#L34
installation_and_upgrade\ibex_install_utils\file_utils.py:34:56: ANN001 Missing type annotation for function argument `directory_above_build_num`
|
|
Ruff (ANN001):
installation_and_upgrade/ibex_install_utils/file_utils.py#L34
installation_and_upgrade\ibex_install_utils\file_utils.py:34:42: ANN001 Missing type annotation for function argument `build_prefix`
|
|
Ruff (ANN001):
installation_and_upgrade/ibex_install_utils/file_utils.py#L34
installation_and_upgrade\ibex_install_utils\file_utils.py:34:31: ANN001 Missing type annotation for function argument `build_dir`
|
|
Ruff (ANN201):
installation_and_upgrade/ibex_install_utils/file_utils.py#L34
installation_and_upgrade\ibex_install_utils\file_utils.py:34:5: ANN201 Missing return type annotation for public function `get_latest_directory_path`
|
|
Ruff (ANN001):
installation_and_upgrade/ibex_install_utils/file_utils.py#L22
installation_and_upgrade\ibex_install_utils\file_utils.py:22:18: ANN001 Missing type annotation for function argument `dos_path`
|
|
Ruff (ANN202):
installation_and_upgrade/ibex_install_utils/file_utils.py#L22
installation_and_upgrade\ibex_install_utils\file_utils.py:22:5: ANN202 Missing return type annotation for private function `_winapi_path`
|
|
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/
|