chore: fixed pipelines #32
lint.yml
on: pull_request
pylint (App)
1m 2s
flake8 (App)
55s
mypy (App)
56s
pylint (Tests)
1m 2s
flake8 (Tests)
48s
mypy (Tests)
1m 1s
Annotations
25 errors and 13 warnings
flake8 (Tests)
Process completed with exit code 1.
|
flake8 (App)
Process completed with exit code 1.
|
mypy (Tests):
tests/e2e/test_utils/test_repo.py#L14
error: Cannot find implementation or library stub for module named "get_release_version_action.utils.git" [import-not-found]
|
mypy (Tests):
tests/e2e/test_utils/test_repo.py#L158
error: Returning Any from function declared to return "str | None" [no-any-return]
|
mypy (Tests):
tests/e2e/test_utils/__init__.py#L2
error: Cannot find implementation or library stub for module named "get_release_version_action" [import-not-found]
|
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.
|
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.
|
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)
|
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
|