Skip to content

Fixed semantic and marker tests. Now only dump needs to be adjusted

Sign in for the full log view
GitHub Actions / Flake8 failed Dec 3, 2023 in 0s

152 errors

Flake8 found 152 errors

Annotations

Check failure on line 13 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L13

'osaca.parser.instructionForm' imported but unused (F401)

Check failure on line 440 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L440

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 440 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L440

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 452 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L452

Comparison to None should be 'if cond is None:' (E711)

Check failure on line 616 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L616

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 618 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L618

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 620 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L620

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 3 in osaca/parser/instruction_form.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L3

'osaca.parser.directive.DirectiveOperand' imported but unused (F401)

Check failure on line 16 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L16

Expected 2 blank lines, found 1 (E302)

Check failure on line 293 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L293

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 449 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L449

Blank line contains whitespace (W293)

Check failure on line 534 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L534

Unexpected spaces around keyword / parameter equals (E251)

Check failure on line 534 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L534

Unexpected spaces around keyword / parameter equals (E251)

Check failure on line 554 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L554

Missing whitespace after ',' (E231)

Check failure on line 571 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L571

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 571 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L571

Missing whitespace around operator (E225)

Check failure on line 571 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L571

Missing whitespace around operator (E225)

Check failure on line 573 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L573

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 573 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L573

Missing whitespace around operator (E225)

Check failure on line 573 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L573

Missing whitespace around operator (E225)

Check failure on line 575 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L575

Comparison to None should be 'if cond is not None:' (E711)

Check failure on line 575 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L575

Missing whitespace around operator (E225)

Check failure on line 580 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L580

Trailing whitespace (W291)

Check failure on line 614 in osaca/parser/parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L614

Blank line contains whitespace (W293)

Check failure on line 17 in osaca/parser/parser_x86att.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L17

Redefinition of unused 'Operand' from line 10 (F811)