summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 9457bcf..8c0843e 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -5,6 +5,9 @@ Checks: >
*,
-altera-*,
-llvmlibc-*,
+ -modernize-macro-to-enum,
+ -performance-no-int-to-ptr,
+ -readability-identifier-length,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*/sratom/[^/]+.h'
FormatStyle: file