aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/rerex/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/rerex/src/.clang-tidy')
-rw-r--r--subprojects/rerex/src/.clang-tidy8
1 files changed, 8 insertions, 0 deletions
diff --git a/subprojects/rerex/src/.clang-tidy b/subprojects/rerex/src/.clang-tidy
new file mode 100644
index 00000000..420ce833
--- /dev/null
+++ b/subprojects/rerex/src/.clang-tidy
@@ -0,0 +1,8 @@
+Checks: >
+ *,
+ -hicpp-multiway-paths-covered,
+ -llvmlibc-*,
+ -misc-no-recursion,
+WarningsAsErrors: '*'
+HeaderFilterRegex: '.*'
+FormatStyle: file