diff options
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/.clang-tidy | 3 |
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 |