bcc, ompi and crun are added #3211
Annotations
10 errors and 2 warnings
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L285
[mypy] reported by reviewdog 🐶
error: Function is missing a return type annotation [no-untyped-def]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:285:1: error: Function is missing a return type annotation [no-untyped-def]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L286
[mypy] reported by reviewdog 🐶
error: Name "REPO_PATH" is not defined [name-defined]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:286:30: error: Name "REPO_PATH" is not defined [name-defined]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L310
[mypy] reported by reviewdog 🐶
error: Function is missing a type annotation [no-untyped-def]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:310:1: error: Function is missing a type annotation [no-untyped-def]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L313
[mypy] reported by reviewdog 🐶
error: Name "REPO_PATH" is not defined [name-defined]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:313:30: error: Name "REPO_PATH" is not defined [name-defined]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L337
[mypy] reported by reviewdog 🐶
error: "type[datetime]" has no attribute "datetime" [attr-defined]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:337:36: error: "type[datetime]" has no attribute "datetime" [attr-defined]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L348
[mypy] reported by reviewdog 🐶
error: Call to untyped function "get_gitmodules_info" in typed context [no-untyped-call]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:348:22: error: Call to untyped function "get_gitmodules_info" in typed context [no-untyped-call]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L349
[mypy] reported by reviewdog 🐶
error: Call to untyped function "pull_commit_history_information" in typed context [no-untyped-call]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:349:10: error: Call to untyped function "pull_commit_history_information" in typed context [no-untyped-call]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L351
[mypy] reported by reviewdog 🐶
error: Function is missing a type annotation [no-untyped-def]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:351:5: error: Function is missing a type annotation [no-untyped-def]
|
reviewdog:
varats/varats/plots/blame_interaction_graph_plots.py#L375
[mypy] reported by reviewdog 🐶
error: Call to untyped function "is_submodule_change" in typed context [no-untyped-call]
Raw Output:
varats/varats/plots/blame_interaction_graph_plots.py:375:35: error: Call to untyped function "is_submodule_change" in typed context [no-untyped-call]
|
reviewdog
Process completed with exit code 1.
|
reviewdog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
reviewdog
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|