Merge pull request #287 from FeignClaims/feat/conan_system_package_by… #602
Annotations
11 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/
|
Test:
tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
Test:
tests/myproj/src/mylib2/lib.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#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]
|
Loading