cpp workflow: check .hpp files #38
ci.yml
on: pull_request
python-pass
/
lint
7s
python-pass
/
typecheck
8s
cpp-pass
/
clang-format
12s
cpp-pass
/
roslint
7s
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.
|