From 3400f8866530ff748be786d51147f9ecce213883 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 2 Jul 2022 07:03:46 -0700 Subject: [PATCH] CI: Exclude qr from code format too --- CI/check-format.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/check-format.sh b/CI/check-format.sh index 2d687e91..26c2fc09 100755 --- a/CI/check-format.sh +++ b/CI/check-format.sh @@ -45,7 +45,8 @@ find . -type d \( \ -path ./\*build\* -o \ -path ./deps/websocketpp -o \ -path ./deps/asio -o \ - -path ./deps/json \ + -path ./deps/json -o \ + -path ./deps/qr \ \) -prune -false -type f -o \ -name '*.h' -or \ -name '*.hpp' -or \