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