Mend SCA Parser update #8057
Annotations
10 errors and 1 warning
Run Ruff Linter:
dojo/tools/mend/parser.py#L43
dojo/tools/mend/parser.py:43:40: SyntaxError: Expected an identifier, but found a keyword 'if' that cannot be used here
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L43
dojo/tools/mend/parser.py:43:43: SyntaxError: Expected ':', found name
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L43
dojo/tools/mend/parser.py:43:82: SyntaxError: Expected an expression
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L44
dojo/tools/mend/parser.py:44:1: SyntaxError: Unexpected indentation
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L61
dojo/tools/mend/parser.py:61:1: SyntaxError: Unexpected indentation
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L61
dojo/tools/mend/parser.py:61:1: E113 Unexpected indentation
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L73
dojo/tools/mend/parser.py:73:1: SyntaxError: unindent does not match any outer indentation level
|
Run Ruff Linter:
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)
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L74
dojo/tools/mend/parser.py:74:1: E117 Over-indented
|
Run Ruff Linter:
dojo/tools/mend/parser.py#L87
dojo/tools/mend/parser.py:87:13: SyntaxError: Expected a statement
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading