Skip to content

Mend SCA Parser update #8058

Mend SCA Parser update

Mend SCA Parser update #8058

Triggered via pull request December 21, 2024 06:16
Status Failure
Total duration 21s
Artifacts

ruff.yml

on: pull_request
ruff-linting
12s
ruff-linting
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Ruff: dojo/tools/mend/parser.py#L61
dojo/tools/mend/parser.py:61:1: SyntaxError: Unexpected indentation
Ruff (E113): dojo/tools/mend/parser.py#L61
dojo/tools/mend/parser.py:61:1: E113 Unexpected indentation
Ruff: dojo/tools/mend/parser.py#L73
dojo/tools/mend/parser.py:73:1: SyntaxError: unindent does not match any outer indentation level
Ruff (E305): dojo/tools/mend/parser.py#L73
dojo/tools/mend/parser.py:73:1: E305 Expected 2 blank lines after class or function definition, found (0)
Ruff (E117): dojo/tools/mend/parser.py#L74
dojo/tools/mend/parser.py:74:1: E117 Over-indented
ruff-linting
Process completed with exit code 1.
ruff-linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636