From ed403739861cd171ffc0278d150025df88883ceb Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Tue, 24 May 2022 19:03:31 -0500 Subject: [PATCH] Don't format googletest source when running check-all-includes Signed-off-by: Michael Richters --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50bed699..97beacb6 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,9 @@ check-all-includes: -I=$(KALEIDOSCOPE_DIR)/testing/googletest/googlemock/include \ -I=$(KALEIDOSCOPE_DIR)/testing/googletest/googletest/include \ testing - bin/format-code.py -f -v --check src plugins testing + bin/format-code.py -f -v --check \ + --exclude-dir 'testing/googletest' \ + src plugins testing .PHONY: cpplint-noisy cpplint-noisy: