Skip to content

Update lint.yaml

Update lint.yaml #66

Triggered via pull request February 17, 2025 15:35
Status Failure
Total duration 1m 7s
Artifacts

lint.yaml

on: pull_request
Run Qodana Analysis
57s
Run Qodana Analysis
Fit to window
Zoom out
Zoom in

Annotations

1 error, 5 warnings, and 10 notices
Run Qodana Analysis
Path does not exist: .qodana/results/qodana.sarif.json
Run Qodana Analysis
No files were found with the provided path: .qodana/results/. No artifacts will be uploaded.
Invalid type hints definitions and usages: src/pageobjects/base_page.py#L51
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: utils/crypto.py#L11
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: src/pageobjects/base_page.py#L78
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: utils/logger.py#L31
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Class has no `__init__` method: properties.py#L7
Class has no __init__ method
Class has no `__init__` method: utils/scraper/chrome_scraper.py#L18
Class has no __init__ method
Class has no `__init__` method: utils/yaml_reader.py#L7
Class has no __init__ method
Class has no `__init__` method: utils/scraper/os_checker.py#L72
Class has no __init__ method
Class has no `__init__` method: src/locators/locators.py#L4
Class has no __init__ method
Class has no `__init__` method: core_driver/driver_factory.py#L8
Class has no __init__ method
Class has no `__init__` method: utils/error_handler.py#L12
Class has no __init__ method
Class has no `__init__` method: src/locators/locators.py#L11
Class has no __init__ method
Method is not declared static: utils/scraper/os_checker.py#L42
Method `extract_zip` may be 'static'
Method is not declared static: utils/scraper/upload_driver.py#L41
Method `extract_zip` may be 'static'