1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-18 14:25:48 +01:00

Fix default environment for clang-tidy ()

* Drop unnecessary platformio call from script/lint-cpp

* Default environment for clang-tidy to esp32-tidy
This commit is contained in:
Oxan van Leeuwen
2021-09-30 16:24:02 +02:00
committed by GitHub
parent 946db3fd50
commit 0e4f1ac40d
2 changed files with 1 additions and 4 deletions

@ -3,9 +3,6 @@
set -e
cd "$(dirname "$0")/.."
if [[ ! -e ".gcc-flags.json" ]]; then
pio init --ide atom
fi
set -x