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
parent 51ee244906
commit 9e20478e6b
4 changed files with 10 additions and 3 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