Skip to content

added driver configuration #12

added driver configuration

added driver configuration #12

Triggered via pull request March 5, 2025 22:12
Status Failure
Total duration 26s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 5 notices
lint
Process completed with exit code 1.
Unbound local variables: conftest.py#L63
Local variable 'driver' might be referenced before assignment
Class has no `__init__` method: src/screens/base_screen.py#L1
Class has no __init__ method
Class has no `__init__` method: src/drivers/android_driver.py#L6
Class has no __init__ method
Class has no `__init__` method: src/drivers/ios_driver.py#L8
Class has no __init__ method
Class has no `__init__` method: src/drivers/driver_factory.py#L10
Class has no __init__ method
PEP 8 naming convention violation: src/drivers/ios_driver.py#L8
Class names should use CapWords convention