Don't format googletest source when running check-all-includes

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1182/head
Michael Richters 3 years ago
parent 5f23dde558
commit ed40373986
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -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:

Loading…
Cancel
Save