From f6cb00efadd42240aec5ec818d5104d7217527ca Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Wed, 6 Apr 2022 00:00:32 -0500 Subject: [PATCH] Add `--force` option to `make check-formatting` This causes the check to proceed even where there are unstaged changes in the working tree. Signed-off-by: Michael Richters --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a2ba21ce..71e56ff6 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ check-formatting: bin/format-code.py \ --exclude-dir 'testing/googletest' \ --exclude-file 'generated-testcase.cpp' \ + --force \ --check \ --verbose \ src plugins examples testing