Skip to content

Added updated files #240

Added updated files

Added updated files #240

Triggered via push February 27, 2024 13:48
Status Success
Total duration 30s
Artifacts

lint.yml

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

Annotations

16 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/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#L76
Undefined name 'cached' (F821)
osaca/semantics/hw_model.py#L179
Too many blank lines (2) (E303)
osaca/semantics/kernel_dg.py#L15
'osaca.parser.operand.Operand' 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/.