Skip to content

added a couple of attributes #215

added a couple of attributes

added a couple of attributes #215

GitHub Actions / Flake8 failed Oct 23, 2023 in 0s

85 errors

Flake8 found 85 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 18 in osaca/parser/instruction_form.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L18

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L18

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L19

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L19

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L20

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L20

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L21

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L21

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L22

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/instruction_form.py#L22

Unexpected spaces around keyword / parameter equals (E251)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L7

'osaca.parser.operand.Operand' imported but unused (F401)

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 10 in osaca/parser/parser_x86att.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L10

'osaca.parser.operand.Operand' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L15

'osaca.parser.identifier.IdentifierOperand' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L16

'osaca.parser.immediate.ImmediateOperand' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L225

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

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L241

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