Ticket7482 add galil seci checker #25
Linter.yml
on: pull_request
call-workflow
/
ruff
8s
call-workflow
/
pyright
15s
Annotations
11 errors
Ruff (N802):
galil_seci_checker/galil_check.py#L117
galil_seci_checker/galil_check.py:117:5: N802 Function name `doAxis` should be lowercase
|
Ruff (F841):
galil_seci_checker/galil_check.py#L253
galil_seci_checker/galil_check.py:253:5: F841 Local variable `seci_home_offset` is assigned to but never used
|
Ruff (N802):
galil_seci_checker/galil_check.py#L341
galil_seci_checker/galil_check.py:341:5: N802 Function name `axisItem` should be lowercase
|
Ruff (N802):
galil_seci_checker/galil_check.py#L345
galil_seci_checker/galil_check.py:345:5: N802 Function name `doValue` should be lowercase
|
Ruff (N802):
galil_seci_checker/galil_check.py#L388
galil_seci_checker/galil_check.py:388:5: N802 Function name `doController` should be lowercase
|
Ruff (ANN001):
galil_seci_checker/galil_check.py#L388
galil_seci_checker/galil_check.py:388:18: ANN001 Missing type annotation for function argument `config`
|
Ruff (N802):
galil_seci_checker/galil_check.py#L417
galil_seci_checker/galil_check.py:417:5: N802 Function name `controllerNumber` should be lowercase
|
Ruff (N802):
galil_seci_checker/galil_check.py#L423
galil_seci_checker/galil_check.py:423:5: N802 Function name `motorNumber` should be lowercase
|
Ruff (N802):
galil_seci_checker/galil_check.py#L432
galil_seci_checker/galil_check.py:432:5: N802 Function name `compareValues` should be lowercase
|
call-workflow / ruff
Process completed with exit code 123.
|
call-workflow / pyright
Process completed with exit code 1.
|