Merge pull request #4219 from NilsPur/develop #484
test-install.yml
on: push
Python Code Check
15s
Matrix: test-install
Annotations
10 errors and 1 warning
|
Ruff (PLC0207):
scripts/customizing/iiq_request_missing_roles/iiq_request_missing_fwmgt_roles.py#L137
scripts/customizing/iiq_request_missing_roles/iiq_request_missing_fwmgt_roles.py:137:24: PLC0207 String is split more times than necessary
|
|
Ruff (PLC0207):
scripts/customizing/fwo_custom_lib/read_app_data_csv.py#L279
scripts/customizing/fwo_custom_lib/read_app_data_csv.py:279:26: PLC0207 String is split more times than necessary
|
|
Ruff (UP042):
roles/importer/files/importer/models/caseinsensitiveenum.py#L4
roles/importer/files/importer/models/caseinsensitiveenum.py:4:7: UP042 Class CaseInsensitiveEnum inherits from both `str` and `enum.Enum`
|
|
Ruff (PLW0108):
roles/importer/files/importer/fwo_base.py#L259
roles/importer/files/importer/fwo_base.py:259:60: PLW0108 Lambda may be unnecessary; consider inlining inner function
|
|
Ruff (PLW0108):
roles/importer/files/importer/fwo_base.py#L258
roles/importer/files/importer/fwo_base.py:258:55: PLW0108 Lambda may be unnecessary; consider inlining inner function
|
|
Ruff (PLW0108):
roles/importer/files/importer/fwo_base.py#L257
roles/importer/files/importer/fwo_base.py:257:65: PLW0108 Lambda may be unnecessary; consider inlining inner function
|
|
Ruff (PLW0108):
roles/importer/files/importer/fwo_base.py#L256
roles/importer/files/importer/fwo_base.py:256:60: PLW0108 Lambda may be unnecessary; consider inlining inner function
|
|
Ruff (PLW0108):
roles/importer/files/importer/fwo_base.py#L255
roles/importer/files/importer/fwo_base.py:255:52: PLW0108 Lambda may be unnecessary; consider inlining inner function
|
|
Ruff (PLC0207):
roles/importer/files/importer/fw_modules/fortiadom5ff/fmgr_network.py#L296
roles/importer/files/importer/fw_modules/fortiadom5ff/fmgr_network.py:296:19: PLC0207 String is split more times than necessary
|
|
Ruff (FURB110):
roles/importer/files/importer/fw_modules/ciscoasa9/asa_parser_functions.py#L531
roles/importer/files/importer/fw_modules/ciscoasa9/asa_parser_functions.py:531:76: FURB110 Replace ternary `if` expression with `or` operator
|
|
Python Code Check
Could not parse version from /home/runner/work/firewall-orchestrator/firewall-orchestrator/pyproject.toml. Using latest version.
|