feat: install runtimes for packages installed by conan #580
Annotations
3 errors and 16 warnings
Lint
Process completed with exit code 1.
|
Setup Cpp
No formulae or casks found for venv.
|
Setup Cpp
No formulae or casks found for venv.
|
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#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#L21
initialization of 'usage' with static storage duration may throw an exception that cannot be caught [cert-err58-cpp]
|
Test:
tests/myproj/src/main/main.cpp#L35
variable 'args' of type 'std::map<std::string, docopt::value>' (aka 'map<basic_string<char, char_traits<char>, allocator<char>>, docopt::value>') can be declared 'const' [misc-const-correctness]
|
Test:
tests/myproj/src/main/main.cpp#L44
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#L53
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test:
tests/myproj/src/main/main.cpp#L53
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test:
tests/myproj/src/main/main.cpp#L53
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
|
Test:
tests/myproj/src/main/main.cpp#L53
Unused variable: a [unusedVariable]
|
Test:
tests/myproj/src/main/main.cpp#L53
unused variable 'a' [-Wunused-variable]
|
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]
|
Setup Cpp
No available formula with the name "venv".
|
Setup Cpp
Failed to install pipx: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
|
Setup Cpp
No available formula with the name "venv".
|
Setup Cpp
Failed to install pipx: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
|
Setup Cpp
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag.
|
Loading