Make a smoke test CI for PRs #4
Annotations
10 errors and 1 warning
Build:
include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L10
unmatched 'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment [clang-tidy-nolint]
|
Build:
test/tuple_tests.cpp#L11
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-warnings-as-errors]
|
Build:
test/tuple_tests.cpp#L13
unmatched 'NOLINTEND' comment without a previous 'NOLINTBEGIN' comment [clang-tidy-nolint]
|
Build:
test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L54
copy constructor should not be declared explicit [hicpp-explicit-conversions,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L82
statement should be inside braces [hicpp-braces-around-statements,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L87
statement should be inside braces [hicpp-braces-around-statements,-warnings-as-errors]
|
Build:
test/initial_draft.cpp#L118
class 'chain' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading