linting.yml
on: push
lint
/
flake8
7s
lint
/
pylint
11s
lint
/
black
16s
lint
/
ruff
16s
lint
/
super-linter
1m 29s
Annotations
14 errors and 4 warnings
lint / black
Process completed with exit code 1.
|
lint / ruff
Files have changed.
|
lint / ruff
Process completed with exit code 1.
|
Ruff (D104):
src/actinia_example_plugin/api/__init__.py#L1
src/actinia_example_plugin/api/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (ANN001):
src/actinia_example_plugin/api/project_helloworld.py#L44
src/actinia_example_plugin/api/project_helloworld.py:44:19: ANN001 Missing type annotation for function argument `project_name`
|
Ruff (ANN001):
src/actinia_example_plugin/api/project_helloworld.py#L50
src/actinia_example_plugin/api/project_helloworld.py:50:20: ANN001 Missing type annotation for function argument `project_name`
|
Ruff (D104):
src/actinia_example_plugin/apidocs/__init__.py#L1
src/actinia_example_plugin/apidocs/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D104):
src/actinia_example_plugin/core/__init__.py#L1
src/actinia_example_plugin/core/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (ANN001):
src/actinia_example_plugin/core/example.py#L26
src/actinia_example_plugin/core/example.py:26:21: ANN001 Missing type annotation for function argument `inp`
|
Ruff (D401):
src/actinia_example_plugin/core/example.py#L27
src/actinia_example_plugin/core/example.py:27:5: D401 First line of docstring should be in imperative mood: "Example core function."
|
Ruff (ANN001):
src/actinia_example_plugin/endpoints.py#L31
src/actinia_example_plugin/endpoints.py:31:30: ANN001 Missing type annotation for function argument `apidoc`
|
Ruff (ANN001):
src/actinia_example_plugin/endpoints.py#L31
src/actinia_example_plugin/endpoints.py:31:38: ANN001 Missing type annotation for function argument `projects_url_part`
|
Ruff (D401):
src/actinia_example_plugin/endpoints.py#L32
src/actinia_example_plugin/endpoints.py:32:5: D401 First line of docstring should be in imperative mood: "Function to add resources with "project" inside the endpoint url."
|
lint / ruff
Process completed with exit code 1.
|
lint / flake8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / black
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / super-linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
diff
Expired
|
526 Bytes |
|
formatted-ruff
Expired
|
6.75 KB |
|