rm cppcheck (#34248)

This commit is contained in:
Adeeb Shihadeh
2024-12-14 23:17:45 -08:00
committed by GitHub
parent b6233838eb
commit d735db6113
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -23,7 +23,6 @@ function install_ubuntu_common_requirements() {
$SUDO apt-get install -y --no-install-recommends \
ca-certificates \
clang \
cppcheck \
build-essential \
gcc-arm-none-eabi \
liblzma-dev \
-1
View File
@@ -31,7 +31,6 @@ if [[ $(command -v brew) == "" ]]; then
fi
brew bundle --file=- <<-EOS
brew "cppcheck"
brew "git-lfs"
brew "zlib"
brew "capnp"