restructure Dockerfiles; CI: lint, validate, build & publish #6
Annotations
7 errors
Ruff (E712):
pipeline/sources/lamassu.py#L83
pipeline/sources/lamassu.py:83:56: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
Ruff (E712):
pipeline/sources/lamassu.py#L83
pipeline/sources/lamassu.py:83:91: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
Ruff (E712):
pipeline/sources/lamassu.py#L122
pipeline/sources/lamassu.py:122:57: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
pipeline/sources/lamassu.py#L122
pipeline/sources/lamassu.py:122:92: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
lint (3.8)
Process completed with exit code 1.
|
lint (3)
The job was canceled because "_3_8" failed.
|
lint (3)
The operation was canceled.
|