Skip to content

Use v4 for actions/checkout #37

Use v4 for actions/checkout

Use v4 for actions/checkout #37

Triggered via pull request September 22, 2023 01:39
Status Success
Total duration 40s
Artifacts

ci.yml

on: pull_request
cpp-fail  /  clang-format
16s
cpp-fail / clang-format
cpp-fail  /  roslint
5s
cpp-fail / roslint
python-fail  /  lint
13s
python-fail / lint
python-fail  /  typecheck
14s
python-fail / typecheck
python-pass  /  lint
14s
python-pass / lint
python-pass  /  typecheck
13s
python-pass / typecheck
cpp-pass  /  clang-format
21s
cpp-pass / clang-format
cpp-pass  /  roslint
8s
cpp-pass / roslint
cpp-fail-clang-format
1s
cpp-fail-clang-format
cpp-fail-roslint
0s
cpp-fail-roslint
python-fail-lint
2s
python-fail-lint
python-fail-typecheck
0s
python-fail-typecheck
Fit to window
Zoom out
Zoom in

Annotations

15 errors
cpp-fail / roslint: test/fail.cpp#L1
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
cpp-fail / roslint: test/fail.cpp#L1
when starting a new scope, { should be on a line by itself [whitespace/braces] [4]
cpp-fail / roslint
Process completed with exit code 1.
python-fail / lint: test/fail.py#L4
BLK100 Black would make changes.
python-fail / lint: test/fail.py#L4
E302 expected 2 blank lines, found 1
python-fail / lint: test/fail.py#L5
ANN201 Missing return type annotation for public function
python-fail / lint
Process completed with exit code 1.
python-fail / typecheck: test/fail.py#L2
Incompatible return value type (got "int", expected "str") [return-value]
python-fail / typecheck: test/fail.py#L5
Method must have at least one argument [misc]
python-fail / typecheck: test/fail.py#L5
Function is missing a return type annotation [no-untyped-def]
python-fail / typecheck
Process completed with exit code 1.
cpp-fail / clang-format: test/fail.cpp#L1
code should be clang-formatted [-Wclang-format-violations] namespace { ^
cpp-fail / clang-format: test/fail.cpp#L6
code should be clang-formatted [-Wclang-format-violations] } ^
cpp-fail / clang-format: test/fail.cpp#L9
code should be clang-formatted [-Wclang-format-violations] } ^
cpp-fail / clang-format
Process completed with exit code 1.