Skip to content
GitHub Actions / Flake8 failed Mar 19, 2024 in 0s

35 errors

Flake8 found 35 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.memory.MemoryOperand' imported but unused (F401)

Check failure on line 15 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L15

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

Check failure on line 40 in osaca/parser/immediate.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/immediate.py#L40

Undefined name 'imd_type' (F821)

Check failure on line 8 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L8

Expected 1 blank line, found 0 (E301)

Check failure on line 139 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L139

Undefined name 'RegisterOperand' (F821)

Check failure on line 147 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L147

Undefined name 'IdentifierOperand' (F821)

Check failure on line 148 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L148

Undefined name 'IdentifierOperand' (F821)

Check failure on line 152 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L152

Undefined name 'ImmediateOperand' (F821)

Check failure on line 183 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L183

Blank line contains whitespace (W293)

Check failure on line 198 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L198

Undefined name 'IdentifierOperand' (F821)

Check failure on line 199 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L199

Undefined name 'IdentifierOperand' (F821)

Check failure on line 203 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L203

Undefined name 'ImmediateOperand' (F821)

Check failure on line 208 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L208

Undefined name 'IdentifierOperand' (F821)

Check failure on line 229 in osaca/parser/memory.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/memory.py#L229

Blank line at end of file (W391)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L15

'osaca.parser.flag.FlagOperand' imported but unused (F401)

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 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

'osaca.parser.flag.FlagOperand' imported but unused (F401)

Check failure on line 8 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L8

Expected 1 blank line, found 0 (E301)

Check failure on line 211 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L211

Undefined name 'ParserX86ATT' (F821)

Check failure on line 213 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L213

Undefined name 'string' (F821)

Check failure on line 215 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L215

Undefined name 'consider_masking' (F821)

Check failure on line 224 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L224

Undefined name 'string' (F821)

Check failure on line 240 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L240

Undefined name 'string' (F821)

Check failure on line 244 in osaca/parser/register.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/register.py#L244

No newline at end of file (W292)

Check failure on line 7 in osaca/semantics/hw_model.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L7

'string' imported but unused (F401)