aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-01-19 21:59:57 +0000
committerDrashna Jaelre <drashna@live.com>2020-01-19 13:59:57 -0800
commit65f7bfcc8dbd47557846047457191d871faffff4 (patch)
treeda97ecc980272eaf3abfaf1d333e2c0b88cb62d9 /util
parent4da241968cb9374f680e0133e5a1c828643df52b (diff)
downloadfirmware-65f7bfcc8dbd47557846047457191d871faffff4.tar.gz
firmware-65f7bfcc8dbd47557846047457191d871faffff4.tar.bz2
firmware-65f7bfcc8dbd47557846047457191d871faffff4.zip
Fix unknown key 'IndentPPDirectives' on CI (#7933)
Diffstat (limited to 'util')
-rwxr-xr-xutil/travis_compiled_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh
index c18e42a29..68f6d5c11 100755
--- a/util/travis_compiled_push.sh
+++ b/util/travis_compiled_push.sh
@@ -13,7 +13,7 @@ if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; the
# fix formatting
git checkout master
git diff --diff-filter=AM --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 dos2unix
-git diff --diff-filter=AM --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} '*.c' '*.h' '*.cpp' | grep -z -e '^drivers' -e '^quantum' -e '^tests' -e '^tmk_core' | grep -zv -e 'quantum/template' -e 'tmk_core/protocol/usb_hid' | xargs -0 clang-format -i
+git diff --diff-filter=AM --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} '*.c' '*.h' '*.cpp' | grep -z -e '^drivers' -e '^quantum' -e '^tests' -e '^tmk_core' | grep -zv -e 'quantum/template' -e 'tmk_core/protocol/usb_hid' | xargs -0 clang-format-7 -i
git diff --diff-filter=AM --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 git add
git commit -m "format code according to conventions [skip ci]" && git push git@github.com:qmk/qmk_firmware.git master