Skip to content

chore: fixed pipelines #33

chore: fixed pipelines

chore: fixed pipelines #33

Triggered via pull request April 19, 2024 15:07
@bennetrrbennetrr
synchronize #58
fix/workflows
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
pylint (App)
18s
pylint (App)
flake8 (App)
18s
flake8 (App)
mypy (App)
19s
mypy (App)
pylint (Tests)
23s
pylint (Tests)
flake8 (Tests)
13s
flake8 (Tests)
mypy (Tests)
27s
mypy (Tests)
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 13 warnings
flake8 (Tests)
Process completed with exit code 1.
pylint (App): src/get_release_version_action/algorithms/semantic.py#L81
C0303: Trailing whitespace (trailing-whitespace)
pylint (App): src/get_release_version_action/algorithms/semantic.py#L18
R0911: Too many return statements (7/6) (too-many-return-statements)
pylint (App)
Process completed with exit code 24.
flake8 (App)
Process completed with exit code 1.
pylint (Tests): tests/e2e/test_two_hotfixes.py#L5
E0401: Unable to import 'test_utils' (import-error)
pylint (Tests): tests/e2e/test_two_hotfixes.py#L8
W0621: Redefining name 'repo' from outer scope (line 5) (redefined-outer-name)
pylint (Tests): tests/e2e/test_two_hotfixes.py#L243
W0621: Redefining name 'repo' from outer scope (line 5) (redefined-outer-name)
pylint (Tests): tests/e2e/test_two_hotfixes.py#L478
W0621: Redefining name 'repo' from outer scope (line 5) (redefined-outer-name)
pylint (Tests): tests/e2e/test_two_hotfixes.py#L5
W0611: Unused logging imported from test_utils (unused-import)
pylint (Tests): tests/e2e/test_two_hotfixes.py#L5
W0611: Unused repo imported from test_utils (unused-import)
pylint (Tests): tests/e2e/test_one_hotfix.py#L5
E0401: Unable to import 'test_utils' (import-error)
pylint (Tests): tests/e2e/test_one_hotfix.py#L8
W0621: Redefining name 'repo' from outer scope (line 5) (redefined-outer-name)
pylint (Tests): tests/e2e/test_one_hotfix.py#L165
W0621: Redefining name 'repo' from outer scope (line 5) (redefined-outer-name)
pylint (Tests): tests/e2e/test_one_hotfix.py#L322
W0621: Redefining name 'repo' from outer scope (line 5) (redefined-outer-name)
mypy (Tests): tests/e2e/test_two_versions.py#L5
error: Module "test_utils" does not explicitly export attribute "logging" [attr-defined]
mypy (Tests): tests/e2e/test_two_hotfixes.py#L5
error: Module "test_utils" does not explicitly export attribute "logging" [attr-defined]
mypy (Tests): tests/e2e/test_two_commits.py#L6
error: Module "test_utils" does not explicitly export attribute "logging" [attr-defined]
mypy (Tests): tests/e2e/test_one_hotfix_then_version.py#L5
error: Module "test_utils" does not explicitly export attribute "logging" [attr-defined]
mypy (Tests): tests/e2e/test_one_hotfix.py#L5
error: Module "test_utils" does not explicitly export attribute "logging" [attr-defined]
mypy (Tests): tests/e2e/test_one_commit.py#L5
error: Module "test_utils" does not explicitly export attribute "logging" [attr-defined]
mypy (Tests)
Process completed with exit code 1.
flake8 (Tests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
flake8 (Tests): tests/e2e/test_one_commit.py#L5
F401 'test_utils.logging' imported but unused
flake8 (Tests): tests/e2e/test_one_commit.py#L5
F401 'test_utils.repo' imported but unused
flake8 (Tests): tests/e2e/test_one_commit.py#L8
F811 redefinition of unused 'repo' from line 5
flake8 (Tests): tests/e2e/test_one_commit.py#L82
F811 redefinition of unused 'repo' from line 5
flake8 (Tests): tests/e2e/test_one_commit.py#L158
F811 redefinition of unused 'repo' from line 5
flake8 (Tests): tests/e2e/test_one_commit.py#L234
F811 redefinition of unused 'repo' from line 5
flake8 (Tests): tests/e2e/test_one_commit.py#L310
F811 redefinition of unused 'repo' from line 5
flake8 (Tests): tests/e2e/test_one_hotfix.py#L5
F401 'test_utils.logging' imported but unused
flake8 (Tests): tests/e2e/test_one_hotfix.py#L5
F401 'test_utils.repo' imported but unused
flake8 (Tests): tests/e2e/test_one_hotfix.py#L8
F811 redefinition of unused 'repo' from line 5
flake8 (App)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
flake8 (App): src/get_release_version_action/algorithms/semantic.py#L81
W293 blank line contains whitespace