summarylogtreecommitdiffstats
path: root/fix_repository_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_repository_path.patch')
-rw-r--r--fix_repository_path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/fix_repository_path.patch b/fix_repository_path.patch
new file mode 100644
index 000000000000..31fff63d8cb1
--- /dev/null
+++ b/fix_repository_path.patch
@@ -0,0 +1,10 @@
+--- test/CMakeLists.txt.orig 2022-03-10 07:43:47.000000000 +0100
++++ test/CMakeLists.txt 2022-06-10 23:15:17.690545530 +0200
+@@ -77,6 +77,7 @@
+ "--counting=detailed"
+ "--extensions=cpp,h"
+ "--linelength=100"
++ "--repository=${PROJECT_SOURCE_DIR}"
+ "--filter=-build/c++11,-runtime/references,-whitespace/braces,-whitespace/indent,-whitespace/parens,-whitespace/semicolon"
+ "${PROJECT_SOURCE_DIR}/include/console_bridge/console.h"
+ "${PROJECT_SOURCE_DIR}/src/console.cpp"