Merge pull request #1182 from gedankenexperimenter/fix-format-testing

Stop `check-all-includes` from formatting googletest code
pull/1184/head
Jesse Vincent 2 years ago committed by GitHub
commit 6be30469b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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