Merge pull request #293 from aminya/policy #614
Annotations
2 errors and 50 warnings
|
Test (windows-2022, gcc, true)
Process completed with exit code 1.
|
|
Task 'test' failed
task: Failed to run task "myproj:test": task: Failed to run task "myproj:build": exit status 1
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
|
Test (ubuntu-22.04, llvm-19, true):
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 (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, llvm-19, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
|
Test (ubuntu-22.04, gcc, true):
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 (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
|
Test (ubuntu-22.04, gcc, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
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 (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L18
function 'some_fun2' can be made static or moved into an anonymous namespace to enforce internal linkage [misc-use-internal-linkage]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
|
Test (macos-14, llvm-19, true):
tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
|
Test (windows-2022, llvm-19, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
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 (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L18
function 'some_fun2' can be made static or moved into an anonymous namespace to enforce internal linkage [misc-use-internal-linkage]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
|
|
Test (macos-14, gcc, true):
tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
|