mirror of
https://github.com/esphome/esphome.git
synced 2025-06-18 14:25:48 +01:00
Fix default environment for clang-tidy (#2420)
* Drop unnecessary platformio call from script/lint-cpp * Default environment for clang-tidy to esp32-tidy
This commit is contained in:
script
@ -3,9 +3,6 @@
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
if [[ ! -e ".gcc-flags.json" ]]; then
|
||||
pio init --ide atom
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
||||
|
Reference in New Issue
Block a user