esphome/script/lint-cpp
Otto Winter 968ff4b619
Fixes
2019-05-08 11:31:06 +02:00

16 lines
308 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
if [[ ! -e ".gcc-flags.json" ]]; then
pio init --ide atom
fi
if ! patch -R -p0 -s -f --dry-run <script/.neopixelbus.patch; then
patch -p0 < script/.neopixelbus.patch
fi
set -x
script/clang-tidy.py -c --fix --all-headers
script/clang-format.py -c -i