Rebrand the project (forking) #24
main.yml
on: pull_request
Matrix: unit-tests / unit-tests
validation
/
lint
28s
unit-tests
/
tests-done
0s
Annotations
15 errors
unit-tests / unit-tests (ubuntu-latest, 3.9)
Process completed with exit code 1.
|
unit-tests / unit-tests (ubuntu-latest, 3.14)
Process completed with exit code 1.
|
Ruff (T201):
src/mkdocstrings_handlers/python_betterrefs/handler.py#L66
src/mkdocstrings_handlers/python_betterrefs/handler.py:66:13: T201 `print` found
|
Ruff (D205):
tests/project/src/myproj/bar.py#L26
tests/project/src/myproj/bar.py:26:9: D205 1 blank line required between summary line and description
|
Ruff (D415):
tests/project/src/myproj/bar.py#L31
tests/project/src/myproj/bar.py:31:9: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (D415):
tests/project/src/myproj/foo.py#L18
tests/project/src/myproj/foo.py:18:5: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (D415):
tests/project/src/myproj/foo.py#L21
tests/project/src/myproj/foo.py:21:9: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (D415):
tests/project/src/myproj/pkg/__init__.py#L14
tests/project/src/myproj/pkg/__init__.py:14:1: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (D415):
tests/project/src/myproj/pkg/__init__.py#L18
tests/project/src/myproj/pkg/__init__.py:18:5: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (D415):
tests/project/src/myproj/pkg/baz.py#L14
tests/project/src/myproj/pkg/baz.py:14:1: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (PTH118):
tests/test_handler.py#L25
tests/test_handler.py:25:19: PTH118 `os.path.join()` should be replaced by `Path` with `/` operator
|
Ruff (PTH102):
tests/test_handler.py#L26
tests/test_handler.py:26:5: PTH102 `os.mkdir()` should be replaced by `Path.mkdir()`
|
unit-tests / unit-tests (windows-latest, 3.9)
Process completed with exit code 1.
|
unit-tests / unit-tests (windows-latest, 3.14)
Process completed with exit code 1.
|
unit-tests / tests-done
Process completed with exit code 1.
|