Attempt to run trunk & check for FIXMEs on PR #17
ci-cd.yml
on: pull_request
Annotations
21 errors and 4 warnings
pyright(reportMissingImports):
app/api/api_v1/routers/analytics.py#L8
[new] Import "app.errors" could not be resolved
|
pyright(reportAttributeAccessIssue):
app/main.py#L24
[new] "families_router" is unknown import symbol
|
pyright(reportMissingImports):
app/main.py#L29
[new] Import "app.service.health" could not be resolved
|
pyright(reportMissingImports):
app/main.py#L28
[new] Import "app.logging_config" could not be resolved
|
pyright(reportMissingImports):
app/service/analytics.py#L18
[new] Import "app.model.analytics" could not be resolved
|
pyright(reportMissingImports):
app/service/analytics.py#L17
[new] Import "app.errors" could not be resolved
|
yamllint(line-length):
.trunk/trunk.yaml#L2
[new] line too long (93 > 80 characters)
|
yamllint(line-length):
.trunk/trunk.yaml#L12
[new] line too long (99 > 80 characters)
|
yamllint(line-length):
.trunk/trunk.yaml#L18
[new] line too long (96 > 80 characters)
|
isort:
unit_tests/routers/test_family.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/api/api_v1/routers/event.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/api/api_v1/routers/family.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/service/family.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
unit_tests/routers/test_event.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
unit_tests/routers/test_document.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
integration_tests/analytics/test_get.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/main.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/api/api_v1/routers/document.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/api/api_v1/routers/collection.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
isort:
app/service/collection.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
code-quality
Process completed with exit code 1.
|
yamllint(comments):
.github/workflows/ci-cd.yml#L19
[new] too few spaces before comment
|
yamllint(comments):
.github/workflows/ci-cd.yml#L20
[new] too few spaces before comment
|
yamllint(document-start):
.trunk/trunk.yaml#L3
[new] missing document start "---"
|
code-quality
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|