Merge pull request #285 from FeignClaims/fix/correct_message_level #596
Annotations
15 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Set up job
Failed to download action 'https://api.github.com/repos/aminya/setup-cpp/tarball/d485b24c1283deafc12b4b8ae90ff09c0d1eb972'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Set up job
Back off 20.206 seconds before retry.
|
Set up job
Failed to download action 'https://api.github.com/repos/aminya/setup-cpp/tarball/d485b24c1283deafc12b4b8ae90ff09c0d1eb972'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Set up job
Back off 29.753 seconds before retry.
|
Test:
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
Test:
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test:
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test:
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Loading