mirror of
https://github.com/esphome/esphome.git
synced 2024-11-01 08:37:10 +01:00
0e4f1ac40d
* Drop unnecessary platformio call from script/lint-cpp * Default environment for clang-tidy to esp32-tidy
11 lines
129 B
Bash
Executable File
11 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
script/clang-tidy $@ --fix --all-headers
|
|
script/clang-format $@ -i
|