fix: remove .git extension when checking for remote existence #586
Annotations
2 errors and 17 warnings
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/
|
Setup Cpp
No available formula with the name "venv".
|
Setup Cpp
Failed to install venv: 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 venv: 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. To silence this message, use the `--formula` flag.
|
Setup Cpp
gcc 14.2.0 is already installed and up-to-date.
To reinstall 14.2.0, run:
brew reinstall gcc
|
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#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]
|
Test:
tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
|
Test:
tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
|
Test:
tests/myproj/src/main/main.cpp#L34
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]
|
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]
|
Loading