Merge pull request #38 from ASFHyP3/log-unqualified-tests #87
static-anaysis.yml
on: push
call-ruff-workflow
/
check-with-ruff
12s
cfn-lint
37s
Annotations
5 errors
Ruff (D100):
tests/test_main.py#L1
tests/test_main.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
tests/test_main.py#L6
tests/test_main.py:6:5: D103 Missing docstring in public function
|
Ruff (ANN201):
tests/test_main.py#L20
tests/test_main.py:20:5: ANN201 Missing return type annotation for public function `test_qualifies_for_processing`
|
Ruff (D103):
tests/test_main.py#L20
tests/test_main.py:20:5: D103 Missing docstring in public function
|
call-ruff-workflow / check-with-ruff
Process completed with exit code 1.
|