aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/exess/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/exess/.clang-tidy')
-rw-r--r--subprojects/exess/.clang-tidy7
1 files changed, 7 insertions, 0 deletions
diff --git a/subprojects/exess/.clang-tidy b/subprojects/exess/.clang-tidy
new file mode 100644
index 00000000..d3e82197
--- /dev/null
+++ b/subprojects/exess/.clang-tidy
@@ -0,0 +1,7 @@
+Checks: >
+ *,
+ -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
+ -llvmlibc-*,
+WarningsAsErrors: '*'
+HeaderFilterRegex: '.*'
+FormatStyle: file