Skip to content

Commit

Permalink
rm cppcheck (#34248)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Dec 15, 2024
1 parent b623383 commit d735db6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/install_ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion tools/mac_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if [[ $(command -v brew) == "" ]]; then
fi

brew bundle --file=- <<-EOS
brew "cppcheck"
brew "git-lfs"
brew "zlib"
brew "capnp"
Expand Down

0 comments on commit d735db6

Please sign in to comment.