Skip to content

Uncommented tests

Uncommented tests #243

Triggered via push March 4, 2024 23:19
Status Success
Total duration 22s
Artifacts

lint.yml

on: push
Run linters
11s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
osaca/data/create_db_entry.py#L180
No newline at end of file (W292)
osaca/data/generate_mov_entries.py#L1644
No newline at end of file (W292)
osaca/data/model_importer.py#L309
No newline at end of file (W292)
osaca/data/pmevo_importer.py#L321
No newline at end of file (W292)
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/directive.py#L28
Too many blank lines (2) (E303)
osaca/parser/immediate.py#L40
Undefined name 'imd_type' (F821)
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#L49
Blank line contains whitespace (W293)
osaca/semantics/hw_model.py#L14
'copy.deepcopy' imported but unused (F401)
osaca/semantics/hw_model.py#L181
Too many blank lines (2) (E303)
osaca/semantics/hw_model.py#L464
Blank line contains whitespace (W293)
osaca/semantics/hw_model.py#L480
Too many blank lines (2) (E303)
osaca/semantics/hw_model.py#L519
Blank line contains whitespace (W293)
osaca/semantics/hw_model.py#L535
Blank line contains whitespace (W293)
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_semantics.py#L198
Blank line contains whitespace (W293)
tests/test_semantics.py#L210
Blank line contains whitespace (W293)
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/.