diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/.clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index d335ce8..4b98cf1 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,5 +4,7 @@ Checks: > -*-magic-numbers, -cert-err33-c, + -modernize-macro-to-enum, + -performance-no-int-to-ptr, -readability-identifier-length, InheritParentConfig: true |