Enforce clang-format (#6293)

* Enforce clang-format on commit for core files

* forgot about tests
This commit is contained in:
skullydazed
2019-07-09 15:47:18 -07:00
committed by Florian Didron
parent 0d1d10edfd
commit 338c36dbae
3 changed files with 8 additions and 2 deletions

View File

@@ -24,6 +24,6 @@ fi
brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3
brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3
brew link --force avr-gcc@8
pip3 install -r ${util_dir}/../requirements.txt