- #250
Annotations
35 errors and 1 warning
osaca/db_interface.py#L13
'osaca.parser.memory.MemoryOperand' imported but unused (F401)
|
osaca/db_interface.py#L15
'osaca.parser.immediate.ImmediateOperand' imported but unused (F401)
|
osaca/parser/immediate.py#L40
Undefined name 'imd_type' (F821)
|
osaca/parser/memory.py#L8
Expected 1 blank line, found 0 (E301)
|
osaca/parser/memory.py#L139
Undefined name 'RegisterOperand' (F821)
|
osaca/parser/memory.py#L147
Undefined name 'IdentifierOperand' (F821)
|
osaca/parser/memory.py#L148
Undefined name 'IdentifierOperand' (F821)
|
osaca/parser/memory.py#L152
Undefined name 'ImmediateOperand' (F821)
|
osaca/parser/memory.py#L183
Blank line contains whitespace (W293)
|
osaca/parser/memory.py#L198
Undefined name 'IdentifierOperand' (F821)
|
osaca/parser/memory.py#L199
Undefined name 'IdentifierOperand' (F821)
|
osaca/parser/memory.py#L203
Undefined name 'ImmediateOperand' (F821)
|
osaca/parser/memory.py#L208
Undefined name 'IdentifierOperand' (F821)
|
osaca/parser/memory.py#L229
Blank line at end of file (W391)
|
osaca/parser/parser_AArch64.py#L15
'osaca.parser.flag.FlagOperand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L10
'osaca.parser.operand.Operand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L17
'osaca.parser.flag.FlagOperand' imported but unused (F401)
|
osaca/parser/register.py#L8
Expected 1 blank line, found 0 (E301)
|
osaca/parser/register.py#L211
Undefined name 'ParserX86ATT' (F821)
|
osaca/parser/register.py#L213
Undefined name 'string' (F821)
|
osaca/parser/register.py#L215
Undefined name 'consider_masking' (F821)
|
osaca/parser/register.py#L224
Undefined name 'string' (F821)
|
osaca/parser/register.py#L240
Undefined name 'string' (F821)
|
osaca/parser/register.py#L244
No newline at end of file (W292)
|
osaca/semantics/hw_model.py#L7
'string' imported but unused (F401)
|
osaca/semantics/hw_model.py#L14
'copy.deepcopy' imported but unused (F401)
|
osaca/semantics/hw_model.py#L15
'osaca.parser.ParserX86ATT' imported but unused (F401)
|
osaca/semantics/hw_model.py#L264
Continuation line missing indentation or outdented (E122)
|
osaca/semantics/hw_model.py#L265
Continuation line missing indentation or outdented (E122)
|
osaca/semantics/hw_model.py#L266
Continuation line missing indentation or outdented (E122)
|
osaca/semantics/hw_model.py#L267
Continuation line missing indentation or outdented (E122)
|
osaca/semantics/kernel_dg.py#L15
'osaca.parser.operand.Operand' imported but unused (F401)
|
tests/test_db_interface.py#L10
'osaca.db_interface._get_full_instruction_name' imported but unused (F401)
|
tests/test_parser_AArch64.py#L237
Missing whitespace after ',' (E231)
|
tests/test_parser_AArch64.py#L237
Missing whitespace after ',' (E231)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|